Class ImageCropStyle

Image Crop Style

A class that represents a crop style that can be applied to image components. You can't set the size of an image or resize it, but you can crop the image.

Methods

Method Return type Brief description
Image Crop Style Sets the aspect ratio to use if the crop type is RECTANGLE_CUSTOM .
Image Crop Style Sets the crop type for the image.

Detailed documentation

set Aspect Ratio(ratio)

Sets the aspect ratio to use if the crop type is RECTANGLE_CUSTOM . The ratio must be a positive value.

Parameters

Name Type Description
ratio
Number The ratio to apply.

Return

Image Crop Style — This object, for chaining.

Throws

Error — if the input is negative or zero.


set Image Crop Type(type)

Sets the crop type for the image. Default is SQUARE.

Parameters

Name Type Description
type
Image Crop Type The crop type.

Return

Image Crop Style — This object, for chaining.

Design a Mobile Site
View Site in Mobile | Classic
Share by: