You are here: Start » FIL.NET » FIS.DrawCoordinateSystems_Palette Method
FIS.DrawCoordinateSystems_Palette Method
Draws coordinate systems on an image with multiple colors.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawCoordinateSystems_Palette ( FilNet.Image inImage, NullableRef<IList<FilNet.CoordinateSystem2D?>> inCoordinateSystems, FilNet.CoordinateSystem2D? inCoordinateSystemAlignment, NullableRef<IList<FilNet.Pixel>> inColors, FilNet.DrawingStyle inDrawingStyle, float inArrowSize, float inPixelScale, bool inForceRgb, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inCoordinateSystems | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.CoordinateSystem2D?>> | { } | Default value: { }. | |
![]() | inCoordinateSystemAlignment | FilNet.CoordinateSystem2D? | |||
![]() | inColors | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.Pixel>> | |||
![]() | inDrawingStyle | FilNet.DrawingStyle | DrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f ) | Default value: DrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f ). | |
![]() | 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. |
![]() | inForceRgb | bool | True | Filter will convert monochromatic image to RGB if needed. Default value: True. | |
![]() | outImage | FilNet.Image | Output image. |