Click or drag to resize

StiGaugeElementSkinDraw Method (StiGaugeContextPainter, StiGaugeElement, RectangleF, NullableSingle, NullablePointF)

[Missing <summary> documentation for "M:Stimulsoft.Report.Gauge.StiGaugeElementSkin.Draw(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiGaugeElement,System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF})"]

Namespace:  Stimulsoft.Report.Gauge
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract void Draw(
	StiGaugeContextPainter context,
	StiGaugeElement element,
	RectangleF rect,
	Nullable<float> angle,
	Nullable<PointF> centerPoint
)

Parameters

context
Type: Stimulsoft.Report.PaintersStiGaugeContextPainter

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Gauge.StiGaugeElementSkin.Draw(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiGaugeElement,System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF})"]

element
Type: Stimulsoft.Report.Components.Gauge.PrimitivesStiGaugeElement

[Missing <param name="element"/> documentation for "M:Stimulsoft.Report.Gauge.StiGaugeElementSkin.Draw(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiGaugeElement,System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF})"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Gauge.StiGaugeElementSkin.Draw(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiGaugeElement,System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF})"]

angle
Type: SystemNullableSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Report.Gauge.StiGaugeElementSkin.Draw(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiGaugeElement,System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF})"]

centerPoint
Type: SystemNullablePointF

[Missing <param name="centerPoint"/> documentation for "M:Stimulsoft.Report.Gauge.StiGaugeElementSkin.Draw(Stimulsoft.Report.Painters.StiGaugeContextPainter,Stimulsoft.Report.Components.Gauge.Primitives.StiGaugeElement,System.Drawing.RectangleF,System.Nullable{System.Single},System.Nullable{System.Drawing.PointF})"]

See Also