GetWandViewExtent method

RectangleInfo GetWandViewExtent(
  1. Pointer<WandView> arg0
)

Implementation

RectangleInfo GetWandViewExtent(
  ffi.Pointer<WandView> arg0,
) {
  return _GetWandViewExtent(
    arg0,
  );
}