SetGeometry method

void SetGeometry(
  1. Pointer<Image> arg0,
  2. Pointer<RectangleInfo> arg1
)

Implementation

void SetGeometry(
  ffi.Pointer<Image> arg0,
  ffi.Pointer<RectangleInfo> arg1,
) {
  return _SetGeometry(
    arg0,
    arg1,
  );
}