Method Draw
Draw()
Draws this ContainerElement this frame.
Declaration
public virtual void Draw()
Implements
Draw(SizeF)
Draws this ContainerElement this frame at the specified offset.
Declaration
public virtual void Draw(SizeF offset)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.SizeF | offset | The offset to shift the draw position of this ContainerElement using a 1280*720 pixel base. |