![]() |
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 : S Property |
public byte S {get; set;}
'Declaration
Public Property S As Byte
'Usage
Dim instance As RasterHsvColor Dim value As Byte instance.S = value value = instance.S
public byte S {get; set;}
@property (nonatomic, assign) unsigned char s
public byte getS() public void setS(byte value)
<br/>get_S();<br/>set_S(value);<br/>Object.defineProperty('S');