![]() |
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 > RasterHsvColor Structure : H Property |
public byte H {get; set;}
'Declaration
Public Property H As Byte
'Usage
Dim instance As RasterHsvColor Dim value As Byte instance.H = value value = instance.H
public byte H {get; set;}
@property (nonatomic, assign) unsigned char h
public byte getH() public void setH(byte value)
<br/>get_H();<br/>set_H(value);<br/>Object.defineProperty('H');