Draws the image.
Namespace: Dapfor.Net.ThemingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public virtual void DrawImage(
RoundButton roundButton,
Appearance appearance,
Image image,
Graphics graphics,
Rectangle rectangle
) |
Visual Basic |
---|
Public Overridable Sub DrawImage (
roundButton As RoundButton,
appearance As Appearance,
image As Image,
graphics As Graphics,
rectangle As Rectangle
) |
Visual C++ |
---|
public:
virtual void DrawImage(
RoundButton^ roundButton,
Appearance^ appearance,
Image^ image,
Graphics^ graphics,
Rectangle rectangle
) |
F# |
---|
abstract DrawImage :
roundButton : RoundButton *
appearance : Appearance *
image : Image *
graphics : Graphics *
rectangle : Rectangle -> unit
override DrawImage :
roundButton : RoundButton *
appearance : Appearance *
image : Image *
graphics : Graphics *
rectangle : Rectangle -> unit |
Parameters
- roundButton
- Type: Dapfor.Net.Ui..::..RoundButton
The button.
- appearance
- Type: Dapfor.Net.Ui..::..Appearance
The appearance.
- image
- Type: System.Drawing..::..Image
The image.
- graphics
- Type: System.Drawing..::..Graphics
The graphics.
- rectangle
- Type: System.Drawing..::..Rectangle
The rectangle.
Implements
IRoundButtonRenderer..::..DrawImage(RoundButton, Appearance, Image, Graphics, Rectangle)See Also