[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgAngle

Struct SvgAngle

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Reflects an angle value.

public struct SvgAngle : IEquatable<SvgAngle>
Implements
System.IEquatable<T><SvgAngle>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Constructors

SvgAngle(float, SvgAngleUnits)

Initializes a new instance of the SvgAngle struct.

public SvgAngle(float value, SvgAngleUnits units = SvgAngleUnits.Unspecified)

Parameters

value float

The value of the angle in specified units.

units SvgAngleUnits

The type of angle units.

Fields

Auto

Represents the Auto value.

public static readonly SvgAngle Auto

Field Value

SvgAngle

AutoStartReverse

Represents the AutoStartReverse value.

public static readonly SvgAngle AutoStartReverse

Field Value

SvgAngle

Zero

Represents a zero angle.

public static readonly SvgAngle Zero

Field Value

SvgAngle

Properties

Units

Gets or sets the type of angle units.

public SvgAngleUnits Units { get; set; }

Property Value

SvgAngleUnits

Value

Gets or sets the value of this angle in specified units.

public float Value { get; set; }

Property Value

float

Methods

Equals(SvgAngle)

Determines whether the specified SvgAngle is equal to this instance.

public bool Equals(SvgAngle other)

Parameters

other SvgAngle

Returns

bool

Equals(object)

Determines whether the specified object is equal to this instance.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

Returns a hash code for this struct.

public override int GetHashCode()

Returns

int

ToString()

Returns a string that represents the current struct.

public override string ToString()

Returns

string