Class BufferData2D
Inheritance
System.Object
BufferData2D
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public abstract class BufferData2D : BufferData
Properties
|
Improve this Doc
View Source
Height
Declaration
public int Height { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public AxPixelFormat PixelFormat { get; set; }
Property Value
|
Improve this Doc
View Source
SizeX
Declaration
public abstract int SizeX { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SizeY
Declaration
public abstract int SizeY { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Width
Declaration
public int Width { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
FlipY()
Declaration
public abstract void FlipY()