Overload | Description |
---|---|
DrawImage(Point,Boolean) | Draws the image in the ImageList that corresponds to ImageIndex at the specified point. |
DrawImage(ContentAlignment) | Draws the image that corresponds to ImageIndex with the specified alignment. (Inherited from Xceed.SmartUI.SmartPaint) |
DrawImage(ContentAlignment,Boolean) | Draws the image that corresponds to ImageIndex with the specified alignment in an enabled or disabled state. (Inherited from Xceed.SmartUI.SmartPaint) |
DrawImage(Rectangle) | Draws the image that corresponds to ImageIndex in the specified rectangle. (Inherited from Xceed.SmartUI.SmartPaint) |
DrawImage(Rectangle,Boolean) | Draws the image that corresponds to ImageIndex in the specified rectangle with an enabled or disabled state. (Inherited from Xceed.SmartUI.SmartPaint) |
DrawImage(Rectangle,ContentAlignment) | Draws the image that corresponds to ImageIndex in the specified rectangle with the specified alignment. (Inherited from Xceed.SmartUI.SmartPaint) |
DrawImage(Rectangle,ContentAlignment,Boolean) | Draws the image that corresponds to ImageIndex in the specified rectangle with the specified alignment in an enabled or disabled state. (Inherited from Xceed.SmartUI.SmartPaint) |