Draws a rectangle specified by a coordinate pair, a width, and a height.
Namespace: MindFusion.DrawingAssembly: MindFusion.Common
public abstract void DrawRectangle ( Pen pen, float x, float y, float width, float height)
Public MustOverride Sub DrawRectangle ( _ pen As Pen, _ x As Single, _ y As Single, _ width As Single, _ height As Single _)
DrawRectangle Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace