Extensions Class

Namespace: Stimulsoft.Map.Gis

Methods

Method Returns Description
AddLineSegment static void  
FromArgb static Color  
ToWpfBrush static System.Windows.Media.Brush  
ToWpfColor static System.Windows.Media.Color  

Method Details

AddLineSegment static

AddLineSegment(pathColl: PathSegmentCollection, x: double, y: double): void

Parameters

  • pathColl (PathSegmentCollection)
  • x (double)
  • y (double)

FromArgb static

FromArgb(alpha: byte, baseColor: Color): Color

Parameters

  • alpha (byte)
  • baseColor (Color)

Returns Color


ToWpfBrush static

ToWpfBrush(color: global::System.Drawing.Color): System.Windows.Media.Brush

Parameters

  • color (global::System.Drawing.Color)

Returns System.Windows.Media.Brush


ToWpfColor static

ToWpfColor(color: global::System.Drawing.Color): System.Windows.Media.Color

Parameters

  • color (global::System.Drawing.Color)

Returns System.Windows.Media.Color