ShapeGeometry.GetExtraPenWidth(IGeometryHost) Method

Definition

Gets the portion of the pen width which draws outside the borders of the geometry; i.e., outside the graphics path used to draw the geometry.

public:
 double GetExtraPenWidth(Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost);
public double GetExtraPenWidth (Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost);
member this.GetExtraPenWidth : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> double
Public Function GetExtraPenWidth (geometryHost As IGeometryHost) As Double

Parameters

geometryHost
IGeometryHost

The instance data for the geometry.

Returns

The portion of the pen width in world units which draws outside the borders of the geometry.

Applies to