NevronOpenVision
Nevron.Nov.Diagram Namespace / NShape Class / Split Method
Split Method (NShape)
Splits this shape with the given 2D shape. Works only if this shape is a splittable 1D shape (Splittable = true) and the given 2D shape can split shapes (CanSplit = true).
Syntax
public virtual NShape Split( 
   NShape shape2D
)

Parameters

shape2D

Return Value

Returns the newly created connector result of the splitting.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also