←Select platform

Order Property

Summary
Indicates the data order (grayscale, BGR, RGB, etc).
Syntax
C#
VB
C++
public RasterByteOrder Order { get; set; } 
Public Property Order As RasterByteOrder 
public: 
property RasterByteOrder Order { 
   RasterByteOrder get(); 
   void set (    RasterByteOrder ); 
} 

Property Value

See the Leadtools.RasterByteOrder enumeration for valid values.

Remarks

You will most likely use RasterByteOrder.Gray or RasterByteOrder.Bgr.

Example

For an example, refer to RasterPaintDibInfo.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.