LEADTOOLS (Leadtools assembly)

V Property

Show in webframe







Gets or sets the value value.
Syntax
public byte V {get; set;}
'Declaration
 
Public Property V As Byte
'Usage
 
Dim instance As RasterHsvColor
Dim value As Byte
 
instance.V = value
 
value = instance.V
public byte V {get; set;}
@property (nonatomic, assign) unsigned char v;
public byte getV()
public void setV(byte value)
            
 
get_V();
set_V(value);
Object.defineProperty('V');
public:
property byte V {
   byte get();
   void set (    byte value);
}

Property Value

The value 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.