ComplexLineStyle Class
Represents a line style that is used to draw lines decorated with small vector symbols.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class ComplexLineStyle : LineStyle
Remarks
A ComplexLineStyle defines a style that consists of a sequence of sublines that is repeated along the line. A rectangle defines the size of the repeated sequence and the width from the LineVisualizer will be multiplied with the size of the rectangle when the line is drawn.
This line style is not supported in 3D.
Some examples:
![]() |
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
LineStyle
ComplexLineStyle
Platforms
Windows, Linux, Android
ComplexLineStyle Members
The ComplexLineStyle type has the following members.
Constructors
Name | Description |
---|---|
ComplexLineStyle | Initializes a new instance of the ComplexLineStyle class. |
Properties
Name | Description |
---|---|
Gets the predefined line style used to draw lines in the crosses1 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the crosses2 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dashes1 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dashes2 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dashes3 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dashes4 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dashes5 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dashes6 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dashes7 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dashes8 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dashes9 style. Inherited from LineStyle | |
DefinitionRectangle | Gets or sets the rectangle that defines the size of one sequence of the line |
Gets the predefined line style used to draw lines in the diamonds style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dots1 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the dots2 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the double1 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the double2 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the highway1 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the highway2 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the highway3 style. Inherited from LineStyle | |
IsDisposed | Gets a value that tells whether the current ComplexLineStyle has been disposed. Inherited from EngineObject |
Gets the predefined line style used to draw lines in the marks1 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the marks2 style. Inherited from LineStyle | |
Name | Gets or sets the name of the ComplexLineStyle. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current ComplexLineStyle represents. Inherited from EngineObject |
Gets the predefined line style used to draw lines in the pluses1 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the pluses2 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the railway1 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the railway2 style. Inherited from LineStyle | |
Gets the predefined line style that is used to draw solid lines. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the spikes1 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the spikes2 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the spikes3 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the squares style. Inherited from LineStyle | |
Sublines | Gets or sets the sublines for each sequence of the line. |
SublineWidth | Gets or sets the width of the sublines in pixels. |
Gets the predefined line style used to draw lines in the triple1 style. Inherited from LineStyle | |
Gets the predefined line style used to draw lines in the triple2 style. Inherited from LineStyle | |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |