Click or drag to resize

ExtensionsDrawHVSegment Method


Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
public static void DrawHVSegment(
	this Graphics g,
	Pen p,
	int orient,
	float left,
	float top,
	float length
)

Parameters

g  Graphics
 
p  Pen
 
orient  Int32
 
left  Single
 
top  Single
 
length  Single
 

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