SetExtents() public method

public SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool
x int
y int
width int
height int
coordType Atk
return bool
Ejemplo n.º 1
0
 public virtual bool SetExtents(int x, int y, int width, int height, Atk.CoordType coordType)
 {
     return(componentExpert.SetExtents(x, y, width, height, coordType));
 }