DXImage Properties
Base class for images in DevExpress controls.Name | Description |
---|---|
Height | Gets the height of the image in pixels. |
HorizontalResolution | Gets the horizontal resolution of the image in pixels per inch. |
ImageFormat | Gets the image format. |
Size | Gets the width and height of the image in pixels. |
VerticalResolution | Gets the vertical resolution of the image in pixels per inch. |
Width | Gets the width of the image in pixels. |
See Also