Back to FabImage Studio website
You are here: Start » Filter Reference » Format » FormatPoint2DToString
Converts a 2D point to a string of format "(X, Y)".
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inPoint | Point2D | ||
![]() |
inIntegerDigitCount | Integer | 0 - ![]() |
How many characters the integer part of the coordinates should have at least |
![]() |
inFractionalDigitCount | Integer | 0 - 100 | How many characters the fractional part of the coordinates should have |
![]() |
inDecimalMark | String | The symbol used to separate the integer part from the fractional part of the coordinates | |
![]() |
inTrailingCharacter | String | Defines the trailing character | |
![]() |
inForceSignPrinting | Bool | Forces printing the signs of the numbers even if the number is positive | |
![]() |
inSuffix | String | Defines a suffix. Generally it is an unit of value (eg. mm) | |
![]() |
inPrintBrackets | Bool | Determines whether the brackets should be printed or not | |
![]() |
outString | String |
Complexity Level
This filter is available on Basic Complexity Level.