Click or drag to resize

StiMarkerBaseSkinAddLines Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Gauge.Skins.StiMarkerBaseSkin.AddLines(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiIndicatorBase,System.Drawing.PointF[],System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF},System.Drawing.StringFormat,Stimulsoft.Base.Context.Animation.StiAnimation)"]

Namespace:  Stimulsoft.Report.Gauge.Skins
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected void AddLines(
	StiGaugeContextPainter context,
	StiIndicatorBase indicator,
	PointF[] points,
	RectangleF rect,
	Nullable<float> angle,
	Nullable<PointF> centerPoint,
	StringFormat sf,
	StiAnimation animation
)

Parameters

context
Type: Stimulsoft.Report.PaintersStiGaugeContextPainter

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Gauge.Skins.StiMarkerBaseSkin.AddLines(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiIndicatorBase,System.Drawing.PointF[],System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF},System.Drawing.StringFormat,Stimulsoft.Base.Context.Animation.StiAnimation)"]

indicator
Type: Stimulsoft.Report.Components.Gauge.PrimitivesStiIndicatorBase

[Missing <param name="indicator"/> documentation for "M:Stimulsoft.Report.Gauge.Skins.StiMarkerBaseSkin.AddLines(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiIndicatorBase,System.Drawing.PointF[],System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF},System.Drawing.StringFormat,Stimulsoft.Base.Context.Animation.StiAnimation)"]

points
Type: System.DrawingPointF

[Missing <param name="points"/> documentation for "M:Stimulsoft.Report.Gauge.Skins.StiMarkerBaseSkin.AddLines(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiIndicatorBase,System.Drawing.PointF[],System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF},System.Drawing.StringFormat,Stimulsoft.Base.Context.Animation.StiAnimation)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Gauge.Skins.StiMarkerBaseSkin.AddLines(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiIndicatorBase,System.Drawing.PointF[],System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF},System.Drawing.StringFormat,Stimulsoft.Base.Context.Animation.StiAnimation)"]

angle
Type: SystemNullableSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Report.Gauge.Skins.StiMarkerBaseSkin.AddLines(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiIndicatorBase,System.Drawing.PointF[],System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF},System.Drawing.StringFormat,Stimulsoft.Base.Context.Animation.StiAnimation)"]

centerPoint
Type: SystemNullablePointF

[Missing <param name="centerPoint"/> documentation for "M:Stimulsoft.Report.Gauge.Skins.StiMarkerBaseSkin.AddLines(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiIndicatorBase,System.Drawing.PointF[],System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF},System.Drawing.StringFormat,Stimulsoft.Base.Context.Animation.StiAnimation)"]

sf
Type: System.DrawingStringFormat

[Missing <param name="sf"/> documentation for "M:Stimulsoft.Report.Gauge.Skins.StiMarkerBaseSkin.AddLines(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiIndicatorBase,System.Drawing.PointF[],System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF},System.Drawing.StringFormat,Stimulsoft.Base.Context.Animation.StiAnimation)"]

animation
Type: Stimulsoft.Base.Context.AnimationStiAnimation

[Missing <param name="animation"/> documentation for "M:Stimulsoft.Report.Gauge.Skins.StiMarkerBaseSkin.AddLines(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiIndicatorBase,System.Drawing.PointF[],System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF},System.Drawing.StringFormat,Stimulsoft.Base.Context.Animation.StiAnimation)"]

See Also