LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

H Property






Gets or sets the hue value. .NET support Silverlight support WinRT support
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;}
 get_H();
set_H(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterHsvColor Structure
RasterHsvColor Members

 

 


Products | Support | Contact Us | Copyright Notices

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