You are here: Start » AVL.NET » AVS.DrawCoordinateSystems_SingleColor Method

AVS.DrawCoordinateSystems_SingleColor Method

Draws coordinate systems on an image with a single color.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawCoordinateSystems_SingleColor
(
	AvlNet.Image inImage,
	NullableRef<IList<AvlNet.CoordinateSystem2D?>> inCoordinateSystems,
	AvlNet.CoordinateSystem2D? inCoordinateSystemAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle,
	float inArrowSize,
	float inPixelScale,
	bool inForceRgb,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inCoordinateSystemsAvlNet.NullableRef<System.Collections.Generic.IList<AvlNet.CoordinateSystem2D?>>{ }Default value: { }.
inCoordinateSystemAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inDrawingStyleAvlNet.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.
outImageAvlNet.ImageOutput image.

Function Overrides

See also