You are here: Start » FIL.NET » FIS.DrawStrings_SingleColor Method
FIS.DrawStrings_SingleColor Method
Draws strings (text) on an image with a single color.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawStrings_SingleColor ( FilNet.Image inImage, NullableRef<IList<NullableRef<string>>> inStrings, NullableRef<IList<FilNet.Location?>> inLocations, FilNet.CoordinateSystem2D? inLocationAlignment, FilNet.Anchor2D inLocationAnchor, FilNet.Pixel inColor, FilNet.DrawingStyle inDrawingStyle, float inSize, float inOrientationAngle, bool inForceRgb, FilNet.Pixel? inBackgroundColor, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inStrings | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.NullableRef<string>>> | { } | Strings to be drawn. Default value: { }. | |
![]() | inLocations | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.Location?>> | { } | Center position of strings. Default value: { }. | |
![]() | inLocationAlignment | FilNet.CoordinateSystem2D? | |||
![]() | inLocationAnchor | FilNet.Anchor2D | MiddleCenter | Default value: MiddleCenter. | |
![]() | inColor | FilNet.Pixel | |||
![]() | inDrawingStyle | FilNet.DrawingStyle | DrawingStyle ( 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 ). | |
![]() | inSize | float | <10.0f, INF> | 16.0f | Height of a character in pixels. Default value: 16.0f. |
![]() | inOrientationAngle | float | 0.0f | Orientation of text in degrees. Default value: 0.0f. | |
![]() | inForceRgb | bool | True | Filter will convert monochromatic image to RGB if needed. Default value: True. | |
![]() | inBackgroundColor | FilNet.Pixel? | Color of pixels drawn on image in text row. Default value: ftl::NIL. | ||
![]() | outImage | FilNet.Image | Output image. |