Class CmxOutline
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles
- Assembly
- Aspose.Imaging.dll
Represents an outline style.
public class CmxOutline
- Inheritance
-
CmxOutline
- Inherited Members
Constructors
CmxOutline()
public CmxOutline()
Properties
Angle
Gets or sets the angle.
public double Angle { get; set; }
Property Value
- double
The angle (tilt nib). Defines the angle of the brush nib in relation to the drawing surface. Measures in radians.
CapsType
Gets or sets the type of the line caps.
public CapsTypes CapsType { get; set; }
Property Value
Color
Gets or sets the outline color.
public CmxColor Color { get; set; }
Property Value
EndArrowhead
Gets or sets the shape for the end of the line
public CmxArrowSpec EndArrowhead { get; set; }
Property Value
JoinType
Gets or sets the type of the line join.
public JoinTypes JoinType { get; set; }
Property Value
LineType
Gets or sets the type of the line.
public LineTypes LineType { get; set; }
Property Value
LineWidth
Gets or sets the width of the line. Uses common document distance measure unit.
public float LineWidth { get; set; }
Property Value
StartArrowhead
Gets or sets the shape for the start of the line
public CmxArrowSpec StartArrowhead { get; set; }
Property Value
Stretch
Gets or sets the stretch value.
public float Stretch { get; set; }
Property Value
- float
The stretch value. Dimension is unit fraction. Defines the width of the brush nib from square to rectangular or from circular to oval.
Stroke
Gets or sets the stroke pattern.
public int[] Stroke { get; set; }
Property Value
- int[]
The array of integers that represents the dot pattern for the line.
Methods
Equals(CmxOutline)
Check if objects are equal.
protected bool Equals(CmxOutline other)
Parameters
other
CmxOutlineThe other object.
Returns
- bool
The equality comparison result.
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe other object.
Returns
- bool
The equality comparison result.
GetHashCode()
Get hash code of the current object.
public override int GetHashCode()
Returns
- int
The hash code.
ToString()
Returns a string that represents this instance.
public override string ToString()