You are here: Start » AVL.NET » Invoke.DrawCoordinateSystem
Draws a pair of arrows representing a coordinate system on an image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void DrawCoordinateSystem ( Avl.Image ioImage, Avl.CoordinateSystem2D inCoordinateSystem, Optional<Avl.CoordinateSystem2D> inCoordinateSystemAlignment, Avl.Pixel inColor, Avl.DrawingStyle inDrawingStyle, float inArrowSize, float inPixelScale )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioImage | Avl.Image | ||||
![]()  | inCoordinateSystem | Avl.CoordinateSystem2D | |||
![]()  | inCoordinateSystemAlignment | Atl.Optional<Avl.CoordinateSystem2D> | |||
![]()  | inColor | Avl.Pixel | |||
![]()  | inDrawingStyle | Avl.DrawingStyle | |||
![]()  | inArrowSize | float | <0.0f, INF> | 5.0f | Default value: 5.0f. | 
![]()  | inPixelScale | float | <0.0f, INF> | 20.0f | How many pixels long will be axis of a coordinate system with unit scale. Default value: 20.0f. | 

