Click or drag to resize

FingersUtilityDrawLine Method (Image, Vector2, Vector2)

[Missing <summary> documentation for "M:DigitalRubyShared.FingersUtility.DrawLine(UnityEngine.UI.Image,UnityEngine.Vector2,UnityEngine.Vector2)"]

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static void DrawLine(
	this Image img,
	Vector2 pointA,
	Vector2 pointB
)

Parameters

img
Type: Image

[Missing <param name="img"/> documentation for "M:DigitalRubyShared.FingersUtility.DrawLine(UnityEngine.UI.Image,UnityEngine.Vector2,UnityEngine.Vector2)"]

pointA
Type: Vector2

[Missing <param name="pointA"/> documentation for "M:DigitalRubyShared.FingersUtility.DrawLine(UnityEngine.UI.Image,UnityEngine.Vector2,UnityEngine.Vector2)"]

pointB
Type: Vector2

[Missing <param name="pointB"/> documentation for "M:DigitalRubyShared.FingersUtility.DrawLine(UnityEngine.UI.Image,UnityEngine.Vector2,UnityEngine.Vector2)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Image. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also