←Select platform

Order Property

Summary
Gets or sets the color order of the data in this buffer.
Syntax
C#
VB
public RasterByteOrder Order {get; set;} 
Public Property Order As RasterByteOrder 

Property Value

The color order of the data in this buffer. Default value is RasterByteOrder.Bgr. Only RasterByteOrder.Bgr and RasterByteOrder.Rgb are supported in this version.

Remarks

Set this value to RasterByteOrder.Bgr if the data in the buffer belongs to a Windows Runtime WriteableBitmap object and to RasterByteOrder.Rgb if the data in the buffer belongs to a HTML ImageData.

Requirements

Target Platforms

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

Leadtools.Converters Assembly

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