Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / IsShapePointsRemovable Method
The shape.
The node that will be processed.


In This Topic
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 shape As IShape, _
   ByVal node As FreeFormNode _
) As Boolean
 
'Usage
 
Dim shape As IShape
Dim node As FreeFormNode
Dim value As Boolean
 
value = UIHelper.IsShapePointsRemovable(shape, node)

Parameters

shape
The shape.
node
The node that will be processed.
See Also