Click or drag to resize

ExtensionsDrawHVSegment Method

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntax
public static void DrawHVSegment(
	this Graphics g,
	Pen p,
	int orient,
	float left,
	float top,
	float length
)

Parameters

g
Type: System.DrawingGraphics
p
Type: System.DrawingPen
orient
Type: SystemInt32
left
Type: SystemSingle
top
Type: SystemSingle
length
Type: SystemSingle

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Graphics. 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