| Visual Basic (Declaration) | |
|---|---|
Public Property Order As RasterByteOrder | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterByteOrder Order {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterByteOrder Order { RasterByteOrder get(); void set (RasterByteOrder value); } | |
Return Value
See the RasterByteOrder enumeration for valid values.For an example, refer to RasterPaintDibInfo.
You will most likely use RasterByteOrder.Gray or RasterByteOrder.Bgr.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family