loadFromPosition method
Implementation
void loadFromPosition(SdlxFPoint topLeft, SdlxFPoint size) {
this.topLeft = topLeft;
this.size = size;
}
void loadFromPosition(SdlxFPoint topLeft, SdlxFPoint size) {
this.topLeft = topLeft;
this.size = size;
}