ComplexLineStyle.ComplexLineStyle Constructors
Initializes a new instance of the ComplexLineStyle class.
Overload List
Name | Description | |
---|---|---|
Public method | ComplexLineStyle() | Initializes a new instance of the ComplexLineStyle class. |
Public method | ComplexLineStyle(Rectangle definitionRectangle, PointCollection sublines, System.Double sublineWidth) | Initializes a new instance of the ComplexLineStyle class with the given rectangle and sublines. |
Public method | ComplexLineStyle(Rectangle definitionRectangle, IEnumerable< Point > sublines, System.Double sublineWidth) | Initializes a new instance of the ComplexLineStyle class with the given rectangle and sublines. |
ComplexLineStyle()
Initializes a new instance of the ComplexLineStyle class.Syntax
public ComplexLineStyle ()
ComplexLineStyle(Rectangle definitionRectangle, PointCollection sublines, System.Double sublineWidth)
Initializes a new instance of the ComplexLineStyle class with the given rectangle and sublines.Syntax
public ComplexLineStyle (
Rectangle definitionRectangle,
PointCollection sublines,
System.Double sublineWidth
)
Parameters
definitionRectangle
Type: Rectangle
The definition rectangle
The definition rectangle
sublines
Type: A collection of Point elements.
The sublines. Each pair of points defines one subline.
The sublines. Each pair of points defines one subline.
sublineWidth
Type: System.Double
The widths of the sublines.
The widths of the sublines.
ComplexLineStyle(Rectangle definitionRectangle, IEnumerable< Point > sublines, System.Double sublineWidth)
Initializes a new instance of the ComplexLineStyle class with the given rectangle and sublines.Syntax
public ComplexLineStyle (
Rectangle definitionRectangle,
IEnumerable< Point > sublines,
System.Double sublineWidth
)
Parameters
definitionRectangle
Type: Rectangle
The definition rectangle
The definition rectangle
sublines
Type: A collection of Point elements.
The sublines. Each pair of points defines one subline.
The sublines. Each pair of points defines one subline.
sublineWidth
Type: System.Double
The widths of the sublines.
The widths of the sublines.
Platforms
Windows, Linux, Android