The attributes describing an image.
| C# | Visual Basic | Visual C++ |
public interface IAgGxConstantImageAttributes
Public Interface IAgGxConstantImageAttributes
public interface class IAgGxConstantImageAttributes
| All Members | Properties | ||||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
BitsPerChannel |
Gets the number of bits per channel.
|
|
|
BitsPerPixel |
Gets the number of bits per pixel.
|
|
|
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.
|
|
|
Height |
Gets the height of the image in pixels.
|
|
|
ImageFormat |
Gets the image format of the image.
|
|
|
ImageName |
Gets the filename or unique ID of the
image.
|
|
|
ImageType |
Gets the type of the image.
|
|
|
IsValid |
Indicates whether the image is valid or
not.
|
|
|
Orientation |
Gets the orientation of the image.
|
|
|
PixelFormat |
Gets 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 |
Gets the unpack alignment of the image data in
bytes.
|
|
|
Width |
Gets 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)