Public Sub Set( _ ByVal Left As Integer, _ ByVal Top As Integer, _ ByVal Right As Integer, _ ByVal Bottom As Integer _ )
public void Set( int Left, int Top, int Right, int Bottom);
public: void Set( int Left, int Top, int Right, int Bottom);
public set( int Left, int Top, int Right, int Bottom);
public: HRESULT Set( long Left, long Top, long Right, long Bottom);
IAgDrawElemLine Interface