←Select platform

PaintContrast Property

Summary
Gets or sets the current contrast value for the image.
Syntax
C#
VB
Objective-C
C++
Java
public int PaintContrast { get; set; } 
Public Property PaintContrast As Integer 
@property (nonatomic, assign) NSInteger paintContrast 
public int getPaintContrast() 
public void setPaintContrast(int value) 
public: 
property int PaintContrast { 
   int get(); 
   void set (    int ); 
} 

Property Value

The current contrast value.

Remarks

Amount of contrast change. Valid values are -1000 to +1000.

For more information, refer to Changing Brightness and Contrast.

Example

For an example, refer to PaintGamma.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.