←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly