MedicalViewerPaintingMethod Enumeration

Summary
Represents the technique used when painting the images.
Syntax
C#
C++/CLI
public enum MedicalViewerPaintingMethod 
            public enum class MedicalViewerPaintingMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0Normal Normal painting.
1Resample Use bilinear interpolation (resampling) if the paint process needs to resize the image. (slower than regular resize).
2Bicubic Use bicubic interpolation if the paint process needs to resize the image. (slower than Resample).
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.

Leadtools.MedicalViewer Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.