Table of Contents

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

CapsTypes

Color

Gets or sets the outline color.

public CmxColor Color { get; set; }

Property Value

CmxColor

EndArrowhead

Gets or sets the shape for the end of the line

public CmxArrowSpec EndArrowhead { get; set; }

Property Value

CmxArrowSpec

JoinType

Gets or sets the type of the line join.

public JoinTypes JoinType { get; set; }

Property Value

JoinTypes

LineType

Gets or sets the type of the line.

public LineTypes LineType { get; set; }

Property Value

LineTypes

LineWidth

Gets or sets the width of the line. Uses common document distance measure unit.

public float LineWidth { get; set; }

Property Value

float

StartArrowhead

Gets or sets the shape for the start of the line

public CmxArrowSpec StartArrowhead { get; set; }

Property Value

CmxArrowSpec

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 CmxOutline

The other object.

Returns

bool

The equality comparison result.

Equals(object)

Check if objects are equal.

public override bool Equals(object obj)

Parameters

obj object

The 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()

Returns

string

A string that represents this instance.