ClosePath Class Documentation
classClosePath : SegmentNamespace:Datalogics::PDFL
- Inherits from:
Segment
Detailed Description
An operator that completes a vector shape, drawing a line from the first point to the last point.
A path is a series of commands that define the boundary of a vector shape. The ClosePath command draws a line from the current location back to its starting point, effectively closing a box or parabolic shape on a page.
Referenced by
Uses types
Constructor & Destructor Documentation
ClosePath
ClosePath(ClosePathrhs, InternalConstructsignifier)Parameters
rhs: ClosePathsignifier: InternalConstruct
ClosePath
ClosePath()Close the current subpath by appending a straight line segment from the current point to the starting point of the subpath. If the current subpath is already closed, ClosePath does nothing.
This segment terminates the current subpath. Appending another segment to the current path begins a new subpath, even if the new segment begins at the endpoint reached by the ClosePath operation.
Member Function Documentation
ConstructorRetrieve
static new static ClosePathConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
new static ClosePathDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidToString
override stringToString()Returns:
override string