RectImpl extension

on
Annotations
  • @ContainerData(toNative: 'RectImpl.toPointer', toPlatform: '(val) => RectImpl.fromPointer(val, needFree: false)', platformType: 'Rect')

Static Methods

fromNative(RectNative native) Rect

Available on Rect, provided by the RectImpl extension

fromPointer(Pointer<Void> ptr, {bool needFree = true}) Rect?

Available on Rect, provided by the RectImpl extension

toNative(Rect obj) → RectNative

Available on Rect, provided by the RectImpl extension

toPointer(Rect? val) Pointer<Void>

Available on Rect, provided by the RectImpl extension