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

Show in webframe

DrawGeometry Method






D2DPen that determines the Pen brush, thickness, and style.
The System.Windows.Media.Geometry to draw. Both geometry.Bounds.Width and geometry.Bounds.Height must be greater than or equal to 1.0 to avoid an ArgumentOutOfRangeException when drawing custom annotations.
Draws the outline of the specified geometry using the specified D2DPen.
Syntax
public void DrawGeometry( 
   D2DPen pen,
   Geometry geometry
)
'Declaration
 
Public Sub DrawGeometry( _
   ByVal pen As D2DPen, _
   ByVal geometry As Geometry _
) 
'Usage
 
Dim instance As D2DSurface
Dim pen As D2DPen
Dim geometry As Geometry
 
instance.DrawGeometry(pen, geometry)

            

            
public:
void DrawGeometry( 
   D2DPen^ pen,
   Geometry^ geometry
) 

Parameters

pen
D2DPen that determines the Pen brush, thickness, and style.
geometry
The System.Windows.Media.Geometry to draw. Both geometry.Bounds.Width and geometry.Bounds.Height must be greater than or equal to 1.0 to avoid an ArgumentOutOfRangeException when drawing custom annotations.
Remarks

This method draws the outline of the specified geometry using the specified Pen style.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file