You are here: Start » AVL.NET » AVL.DrawString(AvlNet.Image, string, AvlNet.Location, AvlNet.Anchor2D, AvlNet.Pixel, AvlNet.DrawingStyle, float, float)
AVL.DrawString(AvlNet.Image, string, AvlNet.Location, AvlNet.Anchor2D, AvlNet.Pixel, AvlNet.DrawingStyle, float, float)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DrawString( ref AvlNet.Image ioImage, string inString, AvlNet.Location inLocation, AvlNet.Anchor2D inLocationAnchor, AvlNet.Pixel inColor, AvlNet.DrawingStyle inDrawingStyle, float inSize, float inOrientationAngle )
Parameters
- ioImage
- Type: AvlNet.Image
- inString
- Type: System.String
- inLocation
- Type: AvlNet.Location
- inLocationAnchor
- Type: AvlNet.Anchor2D
- inColor
- Type: AvlNet.Pixel
- inDrawingStyle
- Type: AvlNet.DrawingStyle
- inSize
- Type: System.Single
- inOrientationAngle
- Type: System.Single
