CGRect.fromPointer constructor

CGRect.fromPointer(
  1. Pointer<Void> ptr
)

Implementation

CGRect.fromPointer(Pointer<Void> ptr) : super.fromPointer(ptr);