You are here: Start » FIL.NET » FIS.DrawStringLabels_SingleColor Method

FIS.DrawStringLabels_SingleColor Method

Draws strings (text) on an image with a single color.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DrawStringLabels_SingleColor
(
	FilNet.Image inImage,
	NullableRef<IList<FilNet.StringLabel?>> inLabels,
	FilNet.Anchor2D inLocationAnchor,
	FilNet.Pixel inColor,
	FilNet.DrawingStyle inDrawingStyle,
	float inSize,
	float inOrientationAngle,
	bool inForceRgb,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inLabelsFilNet.NullableRef<System.Collections.Generic.IList<FilNet.StringLabel?>>{ }Strings to be drawn. Default value: { }.
inLocationAnchorFilNet.Anchor2DMiddleCenterDefault value: MiddleCenter.
inColorFilNet.Pixel
inDrawingStyleFilNet.DrawingStyleDrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f )Default value: DrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f ).
inSizefloat<10.0f, INF>16.0fHeight of a character in pixels. Default value: 16.0f.
inOrientationAnglefloat0.0fOrientation of text in degrees. Default value: 0.0f.
inForceRgbboolTrueFilter will convert monochromatic image to RGB if needed. Default value: True.
outImageFilNet.ImageOutput image.

Function Overrides

See also