←Select platform

R Property

Summary
Gets or sets the red component of this RasterColor structure.
Syntax
C#
VB
Objective-C
C++
Java
[CLSCompliantAttribute(false)] 
public ushort R { get; set; } 
<CLSCompliantAttribute(False)> 
Public Property R As UShort 
@property (nonatomic, assign) unsigned short r; 
public short getR() 
public void setR(short value) 
[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 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.