Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
public RasterByteOrder Order {get; set;}
'Declaration
Public Property Order As RasterByteOrder
'Usage
Dim instance As RasterPaintDibInfo Dim value As RasterByteOrder instance.Order = value value = instance.Order
public: property RasterByteOrder Order { RasterByteOrder get(); void set ( RasterByteOrder value); }
You will most likely use RasterByteOrder.Gray or RasterByteOrder.Bgr.