LEADTOOLS (Leadtools assembly)

H Property

Show in webframe







Gets or sets the hue value.
Syntax
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)
            
 
get_H();
set_H(value);
Object.defineProperty('H');
public:
property byte H {
   byte get();
   void set (    byte value);
}

Property Value

The hue value.
Example
For an example, refer to RasterHsvColor
Requirements

Target Platforms

See Also

Reference

RasterHsvColor Structure
RasterHsvColor Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.