nativeReadFrom method
Implementation
@override
void nativeReadFrom(RectangleC p) {
x = p.x;
y = p.y;
width = p.width;
height = p.height;
}
@override
void nativeReadFrom(RectangleC p) {
x = p.x;
y = p.y;
width = p.width;
height = p.height;
}