This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
15096d04 05b4 d473 ca4d 6b62c8d50f1b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Utility methods to format a decimal angle in degrees to its different string representations.
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 |
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. |