ShapeGeometry.GetSelectionBorderThickness Method (Graphics)

Gets the width of the border for a selection in the current view.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Shared Function GetSelectionBorderThickness ( _
    graphics As Graphics _
) As SizeD
'使用
Dim graphics As Graphics
Dim returnValue As SizeD

returnValue = ShapeGeometry.GetSelectionBorderThickness(graphics)
public static SizeD GetSelectionBorderThickness(
    Graphics graphics
)
public:
static SizeD GetSelectionBorderThickness(
    Graphics^ graphics
)
public static function GetSelectionBorderThickness(
    graphics : Graphics
) : SizeD

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD

The width of the border for a selection in the current view.

Permissions

See Also

Reference

ShapeGeometry Class

ShapeGeometry Members

GetSelectionBorderThickness Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace