←Select platform

R Property

Summary

Gets or sets the red component of this RasterColor structure.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[CLSCompliantAttribute(false)] 
public ushort R { get; set; } 
<CLSCompliantAttribute(False)> 
Public Property R As UShort 
[CLSCompliantAttribute(false)] 
public ushort R {get; set;} 
@property (nonatomic, assign) unsigned short r; 
public short getR() 
public void setR(short value) 
             
CLSCompliantAttribute() 
 <br/>get_R();<br/>set_R(value);<br/>Object.defineProperty('R');  
[CLSCompliantAttribute(false)] 
public: 
property ushort R { 
   ushort get(); 
   void set (    ushort ); 
} 

Property Value

The red component of this RasterColor structure.

Example

For an example, refer to B

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