LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

MacroPixel Property

Show in webframe





Gets or sets the Macropixel size, which is the number of pixels in the unit pixels group.
Syntax
public int MacroPixel {get; set;}
'Declaration
 
Public Property MacroPixel As Integer
'Usage
 
Dim instance As ConversionYuvParameters
Dim value As Integer
 
instance.MacroPixel = value
 
value = instance.MacroPixel

            

            
public:
property int MacroPixel {
   int get();
   void set (    int value);
}

Property Value

The Macropixel size, which is the number of pixels in the unit pixels group.
Example
Refer to ConversionParameters.YuvParameters example.
Requirements

Target Platforms

See Also

Reference

ConversionYuvParameters Structure
ConversionYuvParameters Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.