RectangleImpl extension

on

Static Methods

fromNative(RectangleNative native, {bool takeOwnership = true}) Rectangle

Available on Rectangle, provided by the RectangleImpl extension

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

Available on Rectangle, provided by the RectangleImpl extension

toNative(Rectangle obj) RectangleNative

Available on Rectangle, provided by the RectangleImpl extension

toPointer(Rectangle? val) Pointer<Void>

Available on Rectangle, provided by the RectangleImpl extension