You are here: Start » FIL.NET » Function Reference » Image » Image Drawing » FIL.DrawArc
Draws an arc on an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void DrawArc ( FilNet.Image ioImage, FilNet.Arc2D inArc, FilNet.CoordinateSystem2D? inArcAlignment, FilNet.Pixel inColor, FilNet.DrawingStyle inDrawingStyle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inArc | FilNet.Arc2D | |||
![]() | inArcAlignment | FilNet.CoordinateSystem2D? | |||
![]() | inColor | FilNet.Pixel | |||
![]() | inDrawingStyle | FilNet.DrawingStyle |