API Documentation > CorelDRAW > 2025-v26
ImageTile class
ImageTile represents a single pixel tile of an image.
Syntax:
Class ImageTile
Properties:
Name Description
Bottom Returns the position of the tile's bottom edge within the image.
BytesPerLine Returns the number of bytes per horizontal line of the image tile.
BytesPerPixel Returns the number of bytes representing each image pixel.
BytesPerTile Returns the number of bytes of tile's pixel data.
Height Returns the height of the image tile in pixels.
Left Returns the position of the tile's left edge within the image.
PixelData Specifies the raw pixel data for the tile.
ReadOnly Specifies whether the image tile is read-only (cannot be modified).
Right Returns the position of the tile's right edge within the image.
Top Returns the position of the tile's top edge within the image.
Width Returns the width of the image tile in pixels.