←Select platform

Order Property

Summary

Gets or sets the color order of the data in this buffer.

Syntax

C#
VB
WinRT C#
C++
public Leadtools.RasterByteOrder Order {get; set;}
Public Property Order As Leadtools.RasterByteOrder
public Leadtools.RasterByteOrder Order {get; set;}
get_Order(); 
set_Order(value); 
Object.defineProperty('Order'); 
public: 
property Leadtools.RasterByteOrder Order { 
   Leadtools.RasterByteOrder get(); 
   void set (    Leadtools.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.

Example

For an example, refer to RasterImageRenderer.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize