NodeShapeGeometry.CanResize Method

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

Syntax

'宣言
Protected Shared Function CanResize ( _
    geometryHost As IGeometryHost _
) As Boolean
'使用
Dim geometryHost As IGeometryHost
Dim returnValue As Boolean

returnValue = NodeShapeGeometry.CanResize(geometryHost)
protected static bool CanResize(
    IGeometryHost geometryHost
)
protected:
static bool CanResize(
    IGeometryHost^ geometryHost
)
protected static function CanResize(
    geometryHost : IGeometryHost
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

NodeShapeGeometry Class

NodeShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace