LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

MacroPixel Property






Gets or sets the Macropixel size, which is the number of pixels in the unit pixels group. .NET support
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 int MacroPixel {get; set;}
 get_MacroPixel();
set_MacroPixel(value);
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: 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

ConversionYuvParameters Structure
ConversionYuvParameters Members

 

 


Products | Support | Contact Us | Copyright Notices

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