Click or drag to resize

LineShape Constructor

Overload List
 NameDescription
Public methodLineShape(IReadOnlyPropertyBag) Initializes a new instance of the LineShape class from a property context.
Protected methodLineShape(IXmlDeserializationInfo) Initializes a new instance of the LineShape class during deserialization.
Public methodLineShape(LineShape) Initializes a new instance of the LineShape class by copying another instance.
Public methodLineShape(PointD3D, IReadOnlyPropertyBag) Initializes a new instance of the LineShape class with the specified start position.
Public methodLineShape(PointD3D, PointD3D, IReadOnlyPropertyBag) Initializes a new instance of the LineShape class with the specified endpoints.
Public methodLineShape(PointD3D, PointD3D, Double, NamedColor) Initializes a new instance of the LineShape class with the specified endpoints and stroke settings.
Top
See Also