Click or drag to resize

DrawingHelpersGetArrowPolygon Method (PointF, Single, PointF)

[Missing <summary> documentation for "M:Advanced_Combat_Tracker.DrawingHelpers.GetArrowPolygon(System.Drawing.PointF,System.Single,System.Drawing.PointF)"]

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public static PointF[] GetArrowPolygon(
	PointF Dest,
	float SourceWidth,
	PointF Source
)

Parameters

Dest
Type: System.DrawingPointF

[Missing <param name="Dest"/> documentation for "M:Advanced_Combat_Tracker.DrawingHelpers.GetArrowPolygon(System.Drawing.PointF,System.Single,System.Drawing.PointF)"]

SourceWidth
Type: SystemSingle

[Missing <param name="SourceWidth"/> documentation for "M:Advanced_Combat_Tracker.DrawingHelpers.GetArrowPolygon(System.Drawing.PointF,System.Single,System.Drawing.PointF)"]

Source
Type: System.DrawingPointF

[Missing <param name="Source"/> documentation for "M:Advanced_Combat_Tracker.DrawingHelpers.GetArrowPolygon(System.Drawing.PointF,System.Single,System.Drawing.PointF)"]

Return Value

Type: PointF

[Missing <returns> documentation for "M:Advanced_Combat_Tracker.DrawingHelpers.GetArrowPolygon(System.Drawing.PointF,System.Single,System.Drawing.PointF)"]

See Also