Class MeasurementsRenderer
Namespace: Aurigma.DesignAtoms.ImageProcessing.Vizualization
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class MeasurementsRenderer
Inheritance: System.Object -> MeasurementsRenderer
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
MeasurementsRenderer
public MeasurementsRenderer(RgbColor lineColor, RgbColor originColor)
Methods
DrawMeasurements
public void DrawMeasurements(Bitmap bitmap, IEnumerable<Measurement> measurements, float scale = 1F)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Bitmap | bitmap | |
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Measurement> | measurements | |
System.Single | scale |