Skip to content

ImageScaleMode

Mika Berglund edited this page Jan 25, 2020 · 1 revision

ImageScaleMode Enumeration

The enumeration defines different constants for how an image should be scaled.

  • Fit - The image will be resized so that it completely fits within the area specified for the image.
  • Fill - The image will be resized so that it completely fills the area specified for the image. Some cropping may occur.
Clone this wiki locally