# Set Portrait Size

Grammar — Set Portrait size to (width, height)
FlagsNative | Action

Sets the size of a portrait.

# Arguments

  • int [ portrait ] — Portrait
  • int — Width
  • int — Height

Returns — void

native void PortraitSetSize(int p, int width, int height);

Category: Portrait / Advanced

# Examples

— None found —