Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

DrawRectangle Method






D2DPen that determines the Pen brush, thickness, and style.
The dimensions of the rectangle to draw.
Draws the outline of a rectangle that has the specified dimensions and D2DPen.
Syntax
public void DrawRectangle( 
   D2DPen pen,
   Rect rect
)
'Declaration
 
Public Sub DrawRectangle( _
   ByVal pen As D2DPen, _
   ByVal rect As Rect _
) 
'Usage
 
Dim instance As D2DSurface
Dim pen As D2DPen
Dim rect As Rect
 
instance.DrawRectangle(pen, rect)

            

            
public:
void DrawRectangle( 
   D2DPen^ pen,
   Rect rect
) 

Parameters

pen
D2DPen that determines the Pen brush, thickness, and style.
rect
The dimensions of the rectangle to draw.
Remarks

This method draws the outline of a rectangle using the specified Pen style.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file