The start point of the ShapeCollection clip-path.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class FreeHandStartSegment : FreeHandSegment
Visual Basic
<SerializableAttribute> _
Public Class FreeHandStartSegment _
	Inherits FreeHandSegment

Remarks

This class must be the first object in the FreeHandSegmentCollection, if it's not available 0,0 will be used.

This class cannot be used in the FreeHandShape, the start point will be the X,Y from that FreeHandShape.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout.Shapes..::..FreeHandSegment
      TallComponents.PDF.Layout.Shapes..::..FreeHandStartSegment

See Also