Press on the image to return to the main documentation page.
CropImageView
List of types:
CropImageView
CropImageView
Events:
None
Members:
ActualCropRect
As
android
.
graphics
.
RectF
[read
only]
AddToParent
(
Parent
As
android
.
view
.
ViewGroup
,
left
As
Int
,
top
As
Int
,
width
As
Int
,
height
As
Int
)
ba
As
BA
Background
As
android
.
graphics
.
drawable
.
Drawable
BringToFront
Color
As
Int
[write
only]
CroppedImage
As
android
.
graphics
.
Bitmap
[read
only]
DesignerCreateView
(
base
As
PanelWrapper
,
lw
As
LabelWrapper
,
props
As
Map
)
Enabled
As
Boolean
FixedAspectRatio
As
Boolean
[write
only]
Guidelines
As
Int
[write
only]
Height
As
Int
ImageBitmap
As
android
.
graphics
.
Bitmap
[write
only]
Initialize
(
EventName
As
String
)
Invalidate
Invalidate2
(
arg0
As
android
.
graphics
.
Rect
)
Invalidate3
(
arg0
As
Int
,
arg1
As
Int
,
arg2
As
Int
,
arg3
As
Int
)
IsInitialized
As
Boolean
Left
As
Int
RemoveView
RequestFocus
As
Boolean
rotateImage
(
degrees
As
Int
)
SendToBack
setAspectRatio
(
aspectRatioX
As
Int
,
aspectRatioY
As
Int
)
SetBackgroundImage
(
arg0
As
android
.
graphics
.
Bitmap
)
SetColorAnimated
(
arg0
As
Int
,
arg1
As
Int
,
arg2
As
Int
)
SetLayout
(
arg0
As
Int
,
arg1
As
Int
,
arg2
As
Int
,
arg3
As
Int
)
SetLayoutAnimated
(
arg0
As
Int
,
arg1
As
Int
,
arg2
As
Int
,
arg3
As
Int
,
arg4
As
Int
)
SetVisibleAnimated
(
arg0
As
Int
,
arg1
As
Boolean
)
Tag
As
Object
Top
As
Int
Visible
As
Boolean
Width
As
Int
Members description:
ActualCropRect
As
android
.
graphics
.
RectF
[read
only]
Gets the crop window's position relative to the source Bitmap (not the image
displayed in the CropImageView).
AddToParent
(
Parent
As
android
.
view
.
ViewGroup
,
left
As
Int
,
top
As
Int
,
width
As
Int
,
height
As
Int
)
ba
As
BA
Background
As
android
.
graphics
.
drawable
.
Drawable
BringToFront
Color
As
Int
[write
only]
CroppedImage
As
android
.
graphics
.
Bitmap
[read
only]
Gets the cropped image based on the current crop window.
DesignerCreateView
(
base
As
PanelWrapper
,
lw
As
LabelWrapper
,
props
As
Map
)
Enabled
As
Boolean
FixedAspectRatio
As
Boolean
[write
only]
Sets whether the aspect ratio is fixed or not; true fixes the aspect ratio, while
false allows it to be changed.
Guidelines
As
Int
[write
only]
Sets the guidelines for the CropOverlayView to be either on, off, or to show when
resizing the application.
Height
As
Int
ImageBitmap
As
android
.
graphics
.
Bitmap
[write
only]
Sets a Bitmap as the content of the CropImageView.
Initialize
(
EventName
As
String
)
Invalidate
Invalidate2
(
arg0
As
android
.
graphics
.
Rect
)
Invalidate3
(
arg0
As
Int
,
arg1
As
Int
,
arg2
As
Int
,
arg3
As
Int
)
IsInitialized
As
Boolean
Left
As
Int
RemoveView
RequestFocus
As
Boolean
rotateImage
(
degrees
As
Int
)
Rotates image by the specified number of degrees clockwise. Cycles from 0 to 360
degrees.
SendToBack
setAspectRatio
(
aspectRatioX
As
Int
,
aspectRatioY
As
Int
)
Sets the both the X and Y values of the aspectRatio.
SetBackgroundImage
(
arg0
As
android
.
graphics
.
Bitmap
)
SetColorAnimated
(
arg0
As
Int
,
arg1
As
Int
,
arg2
As
Int
)
SetLayout
(
arg0
As
Int
,
arg1
As
Int
,
arg2
As
Int
,
arg3
As
Int
)
SetLayoutAnimated
(
arg0
As
Int
,
arg1
As
Int
,
arg2
As
Int
,
arg3
As
Int
,
arg4
As
Int
)
SetVisibleAnimated
(
arg0
As
Int
,
arg1
As
Boolean
)
Tag
As
Object
Top
As
Int
Visible
As
Boolean
Width
As
Int
Top