Method | Description | |
---|---|---|
Negate ( Point windowLocation ) : Point | ||
Negate ( int x, int y ) : Point | ||
Offset ( Point windowLocation ) : Point | ||
Point ( Point pos ) : System | ||
Point ( int x, int y ) : System | ||
Set ( int x, int y ) : void |
public Negate ( Point windowLocation ) : Point | ||
windowLocation | Point | |
return | Point |
public Offset ( Point windowLocation ) : Point | ||
windowLocation | Point | |
return | Point |