Kaliko.ImageLibrary
KalikoImage Class Properties
For a list of all members of this type, see KalikoImage members.
Public Properties
Name | Description | |
---|---|---|
![]() | BackgroundColor | Color used for background. |
![]() | ByteArray | Byte array matching PixelFormat.Format32bppArgb (bgrA in real life). |
![]() | Color | Color used for graphical operations such as writing text on image. |
![]() | Height | Image height. |
![]() | ImageRatio | Width/height ratio of image. |
![]() | IndexedPalette | Check if the current image has an indexed palette. |
![]() | IntArray | Int array matching PixelFormat.Format32bppArgb (bgrA in real life) |
![]() | IsLandscape | Returns true if image has landscape ratio (wider than high). |
![]() | IsPortrait | Returns true if image has portrait ratio (higher than wide). |
![]() | IsSquare | Returns true if image has a 1:1 ratio (same width and height). |
![]() | Size | Size of the image |
![]() | TextRenderingHint | Rendering mode for text operations. |
![]() | Width | Image width. |
See Also