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

FIS.DrawCoordinateSystems_MultiColor Method

Draws coordinate systems on an image with multiple colors.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DrawCoordinateSystems_MultiColor
(
	FilNet.Image inImage,
	NullableRef<IList<FilNet.CoordinateSystem2D?>> inCoordinateSystems,
	FilNet.DrawingStyle inDrawingStyle,
	float inArrowSize,
	float inPixelScale,
	bool inForceRgb,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inCoordinateSystemsFilNet.NullableRef<System.Collections.Generic.IList<FilNet.CoordinateSystem2D?>>{ }Default value: { }.
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 ).
inArrowSizefloat<0.0f, INF>5.0fDefault value: 5.0f.
inPixelScalefloat<0.0f, INF>20.0fHow many pixels long will be axis of a coordinate system with unit scale. Default value: 20.0f.
inForceRgbboolTrueFilter will convert monochromatic image to RGB if needed. Default value: True.
outImageFilNet.ImageOutput image.

Function Overrides

See also