Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterColor16 Structure : G Property |
[CLSCompliantAttribute(false)] public ushort G {get; set;}
'Declaration
<CLSCompliantAttribute(False)> Public Property G As UShort
'Usage
Dim instance As RasterColor16 Dim value As UShort instance.G = value value = instance.G
[CLSCompliantAttribute(false)] public ushort G {get; set;}
@property (nonatomic, assign) unsigned short g;
public short getG() public void setG(short value)
CLSCompliantAttribute() <br/>get_G();<br/>set_G(value);<br/>Object.defineProperty('G');
[CLSCompliantAttribute(false)] public: property ushort G { ushort get(); void set ( ushort value); }