←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly