←Select platform

R Property (RasterColor16)

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() 
  
get_R(); 
set_R(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize