Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Order Property
See Also 
Leadtools Namespace > RasterImage Class : Order Property



Gets the color order of this RasterImage.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Order As RasterByteOrder
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As RasterByteOrder
 
value = instance.Order
C# 
public virtual RasterByteOrder Order {get;}
C++/CLI 
public:
virtual property RasterByteOrder Order {
   RasterByteOrder get();
}

Return Value

A RasterByteOrder value that represents the color order of this RasterImage.

Remarks

For more information, refer to RasterByteOrder.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also