This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
3342a86c 5f86 b24a 5d9e 6457f6f9563c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Formats a text string to represent a fraction.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void WriteFraction(
string numerator,
string denominator,
FractionFormatType fractionType
)VB
Public Sub WriteFraction (
numerator As String,
denominator As String,
fractionType As FractionFormatType
)C++
public:
void WriteFraction(
String^ numerator,
String^ denominator,
FractionFormatType fractionType
)F#
member WriteFraction :
numerator : string *
denominator : string *
fractionType : FractionFormatType -> unit - String
- Fraction numerator.
- String
- Fraction denominator.
- FractionFormatType
- Style of the fraction.
A text string that represents the fraction.
In fractions the characters '/' and '#' are reserved if you need to write them you must write "/" and "#", respectively.
MText Class
WriteFraction Overload
netDxf.Entities Namespace