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: HRESULT Set( OLE_XPOS_PIXELS Left, OLE_YPOS_PIXELS Top, OLE_XPOS_PIXELS Right, OLE_YPOS_PIXELS Bottom );
public void set( int Left, int Top, int Right, int Bottom );
def Set(self, Left:OLE_XPOS_PIXELS, Top:OLE_YPOS_PIXELS, Right:OLE_XPOS_PIXELS, Bottom:OLE_YPOS_PIXELS) -> None:
AgDrawElemRect Object