Method ScaledDraw
ScaledDraw()
Draws this CustomSprite using the width returned in ScaledWidth.
Declaration
public virtual void ScaledDraw()
Implements
ScaledDraw(SizeF)
Draws the CustomSprite at the specified offset using the width returned in ScaledWidth.
Declaration
public virtual void ScaledDraw(SizeF offset)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.SizeF | offset | The offset. |