EbsOpen Class Library for EBSILON®Professional

Rectangle.Set Method 

[Visual Basic]
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
);
[C++]
public: void Set(
   int Left,
   int Top,
   int Right,
   int Bottom
);
[JScript]
public function Set(
   int Left,
   int Top,
   int Right,
   int Bottom
);

See Also

Rectangle Class | EbsOpen Namespace