Method SetTextSortingOrder
SetTextSortingOrder(VertexSortingOrder)
Function to control the sorting of the geometry of the text object.
Declaration
protected void SetTextSortingOrder(VertexSortingOrder order)
Parameters
| Type | Name | Description |
|---|---|---|
| VertexSortingOrder | order |
SetTextSortingOrder(int[])
Function to sort the geometry of the text object in accordance to the provided order.
Declaration
protected void SetTextSortingOrder(int[] order)
Parameters
| Type | Name | Description |
|---|---|---|
| int[] | order |