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)

Draws strings (text) on an image with multiple colors.

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
Input image
inStrings
Type: System.String
String to draw, or null.
inLocations
Type: System.Nullable<AvlNet.Location>
Center point of each string to draw, or null.
inLocationAnchor
Type: AvlNet.Anchor2D
inDrawingStyle
Type: AvlNet.DrawingStyle
inSize
Type: System.Single
Height of a character in pixels
inOrientationAngle
Type: System.Single
Orientation of text in degrees
inForceRgb
Type: System.Boolean
Filter will convert monochromatic image to RGB if needed
outImage
Type: AvlNet.Image
Output image

Remarks

See full override for more details.

See also