Parameters
- text
- A string that saves the characters to be written.
- position
- A System.Drawing.Point that indicates the reference point that the system uses to align the string.
- tabStopPositions
- Pointer to an array containing the tab-stop positions. The tab stops must be sorted in increasing order; the smallest x-value should be the first item in the array. If this parameter is null, tabs are expanded to eight times the average character width.
- tabOrigin
- Specifies the x-coordinate of the starting position from which tabs are expanded.
Return Value
Returns the dimensions, of the string.