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

ImageFormat Structure

Namespace:Fil
Assembly:FilNet.Types.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
DefaultFil.ImageFormat Gets a default instance of the ImageFormat.
DepthSystem.Int32
EmptyFil.ImageFormat Gets an empty instance of the ImageFormat.
HeightSystem.Int32
PitchAlignmentSystem.Int32
TypeFil.PlainType
WidthSystem.Int32

Methods

 NameDescription
Equals(Fil.ImageFormat)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(int, int, Fil.PlainType, int, int)
ToString()Inherited from System.Object

Remarks

See also