You are here: Start » FIL.NET » Function Reference » Image » Image Drawing » FIL.DrawCoordinateSystem
Draws a pair of arrows representing a coordinate system on an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void DrawCoordinateSystem ( FilNet.Image ioImage, FilNet.CoordinateSystem2D inCoordinateSystem, FilNet.Pixel inColor, FilNet.DrawingStyle inDrawingStyle, float inArrowSize, float inPixelScale )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inCoordinateSystem | FilNet.CoordinateSystem2D | |||
![]() | inColor | FilNet.Pixel | |||
![]() | inDrawingStyle | FilNet.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. |