Name | Description | |
---|---|---|
CubicBezierBuilderEx Constructor | Overloaded. |
The following tables list the members exposed by CubicBezierBuilderEx.
Name | Description | |
---|---|---|
CubicBezierBuilderEx Constructor | Overloaded. |
Name | Description | |
---|---|---|
ControlPoint1 | Gets or sets control point 1. | |
ControlPoint2 | Gets or sets control point 2. | |
EndPoint | Gets or sets the end point. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) | |
IsEmpty | Gets if the builder is empty. A builder is empty if the SegmentBuilderEx.StartPoint is empty or the SegmentBuilderEx.EndPoint is empty. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) | |
SpatialReference | Gets or sets the spatial reference. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) | |
StartPoint | Gets or sets the start point. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) |
Name | Description | |
---|---|---|
CreateCubicBezierSegment | Overloaded. | |
QueryCoords | Copies this builder's points. | |
SetCoords | Sets this builder's points. | |
SetEmpty | Sets the builder empty. (Inherited from ArcGIS.Core.Geometry.SegmentBuilderEx) | |
ToSegment | Returns a CubicBezierSegment instance representing the current state of the builder. |