NSRect.fromPointer constructor

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

Implementation

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