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

FIS.DrawCrosshairs_MultiColor Method

Draws crosshairs on an image with multiple colors.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DrawCrosshairs_MultiColor
(
	FilNet.Image inImage,
	NullableRef<IList<FilNet.Location?>> inLocations,
	FilNet.CoordinateSystem2D? inLocationAlignment,
	NullableRef<IList<FilNet.Hash?>> inColorIds,
	NullableRef<IList<FilNet.Pixel>> inPalette,
	FilNet.DrawingStyle inDrawingStyle,
	bool inForceRgb,
	FilNet.CrosshairShape inCrosshairShape,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inLocationsFilNet.NullableRef<System.Collections.Generic.IList<FilNet.Location?>>{ }Default value: { }.
inLocationAlignmentFilNet.CoordinateSystem2D?
inColorIdsFilNet.NullableRef<System.Collections.Generic.IList<FilNet.Hash?>>
inPaletteFilNet.NullableRef<System.Collections.Generic.IList<FilNet.Pixel>>
inDrawingStyleFilNet.DrawingStyleDrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 5.0f Filled: False PointShape: Nil PointSize: 50.0f )Default value: DrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 5.0f Filled: False PointShape: Nil PointSize: 50.0f ).
inForceRgbboolTrueFilter will convert monochromatic image to RGB if needed. Default value: True.
inCrosshairShapeFilNet.CrosshairShapeRoundFrameDefault value: RoundFrame.
outImageFilNet.ImageOutput image.

Function Overrides

See also