Rectangle.fromRef constructor

Rectangle.fromRef(
  1. Rectangle ref
)

Construct Rectangel from native reference.

Implementation

Rectangle.fromRef(raylib.Rectangle ref)
    : pointer = null,
      super.fromRef(ref);