A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
setCropRect(width, height, x, y, componentRelative) — Method in class com.flexblocks.imagecropper.ImageCropper
This method defines the position and the dimensions of the cropping rectangle within the component.
sourceImage — Property in class com.flexblocks.imagecropper.ImageCropper
Either a String that contains a URL pointing to an image or a BitmapData object that contains an image.
sourceImageLoadError — Event in class com.flexblocks.imagecropper.ImageCropper
This event is dispatched if an I/O error occurs while loading an image from a URL.
SOURCE_IMAGE_LOAD_ERROR — Constant property in class com.flexblocks.imagecropper.ImageCropper
Constant value for the sourceImageLoadError event.
sourceImageLoading — Event in class com.flexblocks.imagecropper.ImageCropper
This event is dispatched when the component begins loading an image from a URL.
SOURCE_IMAGE_LOADING — Constant property in class com.flexblocks.imagecropper.ImageCropper
Constant value for the sourceImageLoading event.
sourceImageReady — Event in class com.flexblocks.imagecropper.ImageCropper
This event is dispatched when the component has completed loading an image from a URL or when a BitmapData object is specified for the sourceImage parameter.
SOURCE_IMAGE_READY — Constant property in class com.flexblocks.imagecropper.ImageCropper
Constant value for the sourceImageReady event.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z