You are here: Start » AVL.NET » AVL.DrawStrings_Palette(AvlNet.Image, string[], AvlNet.Location?[], AvlNet.Anchor2D, AvlNet.DrawingStyle, float, float, bool, AvlNet.Image)

AVL.DrawStrings_Palette(AvlNet.Image, string[], AvlNet.Location?[], AvlNet.Anchor2D, AvlNet.DrawingStyle, float, float, bool, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DrawStrings_Palette(
	AvlNet.Image inImage,
	string[] inStrings,
	AvlNet.Location?[] inLocations,
	AvlNet.Anchor2D inLocationAnchor,
	AvlNet.DrawingStyle inDrawingStyle,
	float inSize,
	float inOrientationAngle,
	bool inForceRgb,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
inStrings
Type: System.String
inLocations
Type: System.Nullable<AvlNet.Location>
inLocationAnchor
Type: AvlNet.Anchor2D
inDrawingStyle
Type: AvlNet.DrawingStyle
inSize
Type: System.Single
inOrientationAngle
Type: System.Single
inForceRgb
Type: System.Boolean
outImage
Type: AvlNet.Image

See also