STK XSend comments on this topic.
Set Method (IAgDrawElemLine)
See Also 
Left
Top
Right
Bottom
Windows






Windows & Linux

Description

Set the rectangle coordinates.

Syntax

[Visual Basic .NET]
Public Sub Set( _
   ByVal Left As Integer, _
   ByVal Top As Integer, _
   ByVal Right As Integer, _
   ByVal Bottom As Integer _
) 
[C#]
public void Set(
   int Left,
   int Top,
   int Right,
   int Bottom
);
[Managed C++]
public: void Set(
   int Left,
   int Top,
   int Right,
   int Bottom
);
[Java]
public  set(
   int Left,
   int Top,
   int Right,
   int Bottom
);
[Unmanaged C++]
public: HRESULT Set(
   long Left,
   long Top,
   long Right,
   long Bottom
);

Parameters

Left
Top
Right
Bottom

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.