|  | ExtensionsDrawHVSegment Method  | 
  
    Namespace: 
   LynceeTec.Interfaces
    Assembly:
   LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:19 UTC
 Syntax
Syntaxpublic static void DrawHVSegment(
	this Graphics g,
	Pen p,
	int orient,
	float left,
	float top,
	float length
)
public:
[ExtensionAttribute]
static void DrawHVSegment(
	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
See Also