Property | Type | Description | |
---|---|---|---|
X | int | ||
Y | int |
Method | Description | |
---|---|---|
AssignTo ( Point &destination ) : void | ||
CopyFrom ( POINT source ) : void | ||
CopyFrom ( Point source ) : void | ||
POINT ( Point pt ) : System | ||
POINT ( int x, int y ) : System | ||
ToPoint ( ) : Point |
public AssignTo ( Point &destination ) : void | ||
destination | Point | |
return | void |