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

FIS.DrawCrosshairs_SingleColor Method

Draws crosshairs on an image with a single colors.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DrawCrosshairs_SingleColor
(
	FilNet.Image inImage,
	NullableRef<IList<FilNet.Location?>> inLocations,
	FilNet.Pixel inColor,
	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: { }.
inColorFilNet.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