Method Draw
Draw()
Draws this CustomSprite.
Declaration
public void Draw()
Implements
Draw(SizeF)
Draws the CustomSprite at the specified offset.
Declaration
public void Draw(SizeF offset)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.SizeF | offset | The offset. |