ShapeGeometry.GetExtraPenWidth(IGeometryHost) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.