C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the current contrast value for the image.
public int PaintContrast { get; set; }
Public Property PaintContrast As Integer
public int PaintContrast {get; set;}
@property (nonatomic, assign) NSInteger paintContrast
public int getPaintContrast()
public void setPaintContrast(int value)
<br/>get_PaintContrast();<br/>set_PaintContrast(value);<br/>Object.defineProperty('PaintContrast');
The current contrast value.
Amount of contrast change. Valid values are -1000 to +1000.
For more information, refer to Changing Brightness and Contrast.
For an example, refer to PaintGamma.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET