CanvasTextLayoutGetCustomBrush Method |
Gets the custom brush associated with a character index in the text layout.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public Object GetCustomBrush(
int characterIndex
)
Parameters
- characterIndex
- Type: SystemInt32
Return Value
Type:
ObjectRemarks
A brush that was set using SetBrush can be retrieved via GetCustomBrush.
See Also