You are here: Start » AVL.NET » Function Reference » Image » Image Drawing » AVL.DrawCoordinateSystem

AVL.DrawCoordinateSystem

Draws a pair of arrows representing a coordinate system on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DrawCoordinateSystem
(
	AvlNet.Image ioImage,
	AvlNet.CoordinateSystem2D inCoordinateSystem,
	AvlNet.CoordinateSystem2D? inCoordinateSystemAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle,
	float inArrowSize,
	float inPixelScale
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inCoordinateSystemAvlNet.CoordinateSystem2D
inCoordinateSystemAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyle
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.

Function Overrides

See also