-
public final class SizeRepresents the target size of an image request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSize.Companion
-
Constructor Summary
Constructors Constructor Description Size(Integer width, Dimension height)Create a Size with a pixel value for width. Size(Dimension width, Integer height)Create a Size with a pixel value for height. Size(Integer width, Integer height)Create a Size with pixel values for both width and height. Size(Dimension width, Dimension height)
-