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

ImageFormat Structure

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

Stores information about dimensions and pixel format of an image.

Constructors

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

Properties

 NameTypeDescription
AreaSystem.Int32
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

Remarks

See also