←Select platform

R Property

Summary

Gets or sets the red component of this RasterColor structure.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public byte R { get; set; } 
Public Property R As Byte 
public byte R {get; set;} 
@property (nonatomic, assign) unsigned char r 
public byte getR() 
public void setR(byte value) 
             
 <br/>get_R();<br/>set_R(value);<br/>Object.defineProperty('R');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly