Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

15096d04 05b4 d473 ca4d 6b62c8d50f1b

haplokuon edited this page May 6, 2023 · 1 revision

AngleUnitFormat Class

netDxf 3.0.0 Library

Utility methods to format a decimal angle in degrees to its different string representations.

Definition

Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static class AngleUnitFormat

VB

Public NotInheritable Class AngleUnitFormat

C++

public ref class AngleUnitFormat abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type AngleUnitFormat = class end
Inheritance Object → AngleUnitFormat

Methods

ToDecimal Converts an angle value in degrees into its decimal string representation.
ToDegreesMinutesSeconds Converts an angle value in degrees into its degrees, minutes and seconds string representation.
ToGradians Converts an angle value in degrees into its gradians string representation.
ToRadians Converts an angle value in degrees into its radians string representation.

See Also

Reference

netDxf.Units Namespace

Clone this wiki locally