PanoramaImageSizeImpl extension

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

Static Methods

fromNative(PanoramaImageSizeNative native) PanoramaImageSize

Available on PanoramaImageSize, provided by the PanoramaImageSizeImpl extension

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

Available on PanoramaImageSize, provided by the PanoramaImageSizeImpl extension

toNative(PanoramaImageSize obj) → PanoramaImageSizeNative

Available on PanoramaImageSize, provided by the PanoramaImageSizeImpl extension

toPointer(PanoramaImageSize? val) Pointer<Void>

Available on PanoramaImageSize, provided by the PanoramaImageSizeImpl extension