←Select platform

PaintContrast Property

Summary

Gets or sets the current contrast value for the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly