| 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
The desired color order for the conversion.For an example, refer to ColorResolutionCommand.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code