←Select platform

R Property

Summary
Gets or sets the red component of this RasterColor structure.
Syntax
C#
VB
Objective-C
C++
Java
public byte R { get; set; } 
Public Property R As Byte 
@property (nonatomic, assign) unsigned char r 
public byte getR() 
public void setR(byte value) 
public: 
property byte R { 
   byte get(); 
   void set (    byte ); 
} 

Property Value

The red component of this RasterColor structure.

Example

For an example, refer to RasterColor

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.