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