The Pen
DrawQuad Method (RenderContextBase)
Draws a Quad on the IRenderSurface2D using the specified IPen2D
Syntax
public virtual void DrawQuad( 
   IPen2D pen,
   Point pt1,
   Point pt2
)

Parameters

pen
The Pen
pt1
pt2
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also