Get or Set the ClickPeriod in milliseconds. The ClickPeriod is the threshold between a click being treated as a Click or a LongClick. The default ClickPeriod is 200 milliseconds.
ColorAsInt [write only]
CreateLog
Creates log entries with details about the current state of the TouchImageView.
EnabledAsBoolean
GetDestRectAsRectWrapper
Returns a Rect that describes the current scale and position of the image within the TouchImageView.
Scale and position the area of the (foreground) image defined by SrcRect to the area of the TouchImageView defined by DestRect. ScaleToFit controls how the image should be aligned in the DestRect: CENTER - Center and maximise the image to fit the DestRect maintaining the aspect ratio. END - Maximise the image to fit the DestRect maintaining the aspect ratio, align the image with the bottom and right edges of the DestRect. FILL - Maximise the image to completely fill the DestRect, the aspect ratio may not be maintained. START - Maximise the image to fit the DestRect maintaining the aspect ratio, align the image with the top and left edges of the DestRect.
ScaleXAsFloat [read only]
Get the factor which the image is currently scaled by on it's X axis.
ScaleYAsFloat [read only]
Get the factor which the image is currently scaled by on it's Y axis.
Get or set the minimum number of pixels that the image will always display within the TouchImageView. Default TranslatePadding is 64 pixels. The image can not be dragged out of visibility, at least 64 pixels of width and height will always be visible.