Overload | Description |
---|---|
DrawImage(ContentAlignment) | Draws the image that corresponds to ImageIndex with the specified alignment. |
DrawImage(ContentAlignment,Boolean) | Draws the image that corresponds to ImageIndex with the specified alignment in an enabled or disabled state. |
DrawImage(Rectangle) | Draws the image that corresponds to ImageIndex in the specified rectangle. |
DrawImage(Rectangle,Boolean) | Draws the image that corresponds to ImageIndex in the specified rectangle with an enabled or disabled state. |
DrawImage(Rectangle,ContentAlignment) | Draws the image that corresponds to ImageIndex in the specified rectangle with the specified alignment. |
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. |
DrawImage(Point,Boolean) | Draws the image that corresponds to ImageIndex at the specified point in an enabled or disabled state. |