You are here: Start » AVL.NET » ImageFormat Structure

ImageFormat Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
ImageFormat(Image)
ImageFormat(Int32, Int32, PlainType, Int32, Int32)

Properties

 NameTypeDescription
DefaultAvlNet.ImageFormat
DepthSystem.Int32Number of pixel components
HeightSystem.Int32Image height in pixels
IsDefaultSystem.Boolean
PitchAlignmentSystem.Int32
TypeAvlNet.PlainTypeType of pixel components
WidthSystem.Int32Image width in pixels

Methods

 NameDescription
Equals(AvlNet.ImageFormat)
Equals(object)Inherited from System.Object
Equals(AvlNet.ImageFormat, AvlNet.ImageFormat)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also