IsShapePointsRemovable Method
In This Topic
Gets a boolean value indicating whether the editing node of shape can be removed.
Syntax
'Declaration
Public Shared Function IsShapePointsRemovable( _
ByVal As IShape, _
ByVal As FreeFormNode _
) As Boolean
'Usage
Dim shape As IShape
Dim node As FreeFormNode
Dim value As Boolean
value = UIHelper.IsShapePointsRemovable(shape, node)
public static bool IsShapePointsRemovable(
IShape ,
FreeFormNode
)
Parameters
- shape
- The shape.
- node
- The node that will be processed.
See Also