The attributes describing an image.
| C# | Visual Basic | Visual C++ |
public interface IAgGxImageAttributes
Public Interface IAgGxImageAttributes
public interface class IAgGxImageAttributes
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
BitsPerChannel |
Gets the number of bits per channel.
|
|
|
BitsPerPixel |
Gets the number of bits per pixel.
|
|
|
BufferPolicy |
The buffer policy of the image data.
|
|
|
BytesPerChannel |
Gets the number of bytes per channel.
|
|
|
BytesPerPixel |
Gets the number of bytes per pixel.
|
|
|
ChannelsPerPixel |
Gets the number of components comprising each
pixel in the image.
|
|
|
ColorChannelsPerPixel |
Gets the number of non-alpha components
comprising each pixel in the image.
|
|
|
HasAlphaChannel |
Indicates whether each pixel contains an alpha
component.
|
|
|
HasChannel(AgGxImageChannel) |
Indicates whether each pixel contains the
given component.
|
|
|
Height |
The height of the image in pixels.
|
|
|
ImageFormat |
The image format of the image.
|
|
|
ImageName |
The filename or unique ID of the image.
|
|
|
ImageType |
The type of the image.
|
|
|
IsValid |
Indicates whether the image is valid or
not.
|
|
|
MetaData |
Gets the metadata associated with the
image.
|
|
|
Orientation |
The orientation of the image.
|
|
|
PixelAspectRatio |
The pixel aspect ratio of the image.
|
|
|
PixelFormat |
The pixel format of the image.
|
|
|
RowStride |
Gets the stride or scan/row width of the image
data.
|
|
|
SizeInBits |
Gets the size of the image data in bits.
|
|
|
SizeInBytes |
Gets the size of the image data in
bytes.
|
|
|
SizeInChannels |
Gets the total number of pixel components
composing the image.
|
|
|
SizeInPixels |
Gets the total number of pixels composing
image.
|
|
|
UnPackAlignment |
The unpack alignment of the image data in
bytes.
|
|
|
Width |
The width of the image in pixels.
|
Assembly: AGI.Graphics.Imaging.Interop(Module: AGI.Graphics.Imaging.Interop) Version: 9.0.0.0 (9.0.0.0)