BoundingBoxImpl extension

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

Static Methods

fromNative(BoundingBoxNative native) BoundingBox

Available on BoundingBox, provided by the BoundingBoxImpl extension

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

Available on BoundingBox, provided by the BoundingBoxImpl extension

toNative(BoundingBox obj) → BoundingBoxNative

Available on BoundingBox, provided by the BoundingBoxImpl extension

toPointer(BoundingBox? val) Pointer<Void>

Available on BoundingBox, provided by the BoundingBoxImpl extension