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