[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgAngle

SvgAngle Struct

Reflects an angle value.

Implements
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public struct SvgAngle : IEquatable<SvgAngle>
Public Structure SvgAngle
    Implements IEquatable(Of SvgAngle)

Constructors

Name Description
SvgAngle(float, SvgAngleUnits)

Initializes a new instance of the SvgAngle struct.

Fields

Name Description
Auto

Represents the Auto value.

AutoStartReverse

Represents the AutoStartReverse value.

Zero

Represents a zero angle.

Properties

Name Description
Units

Gets or sets the type of angle units.

Value

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

Methods

Name Description
Equals(SvgAngle)

Determines whether the specified SvgAngle is equal to this instance.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this struct.

ToString()

Returns a string that represents the current struct.