OxyPlot.MonoTouch
Recognizes drag/pinch multi-touch gestures and translates them into pan/zoom information.
Up to 2 touches being currently tracked in a pan/zoom.
Distance between touch points when the second touch point begins. Used to determine
whether the touch points cross along a given axis during the zoom gesture.
Initializes a new instance of the class.
To add methods that will be invoked upon recognition, you can use the AddTarget method.
Gets or sets a value indicating whether this keeps the aspect ratio when pinching.
true if keep aspect ratio when pinching; otherwise, false.
Gets or sets how far apart touch points must be on a certain axis to enable scaling that axis.
(only applies if KeepAspectRatioWhenPinching is false)
Gets or sets a value indicating whether a zoom-out gesture can turn into a zoom-in gesture if the fingers cross.
If true, and is false, a zoom-out gesture
can turn into a zoom-in gesture if the fingers cross. Setting to false will
instead simply stop the zoom at that point.
Gets or sets the current calculated pan/zoom changes.
The touch event arguments.
Called when a touch gesture begins.
The touches.
The event arguments.
Called when a touch gesture is moving.
The touches.
The event arguments.
Called when a touch gesture ends.
The touches.
The event arguments.
Called when a touch gesture is cancelled.
The touches.
The event arguments.
Determines whether the direction has changed.
The current value.
The original value.
true if the direction changed.
Calculates the scale factor.
The distance.
The previous distance.
The scale factor.
Calculates the starting distance.
Applies the "prevent fingers crossing" to the specified vector.
The current distance.
A vector where the "prevent fingers crossing" is applied.
Implements a for MonoTouch CoreGraphics.
The images in use.
The fonts cache.
The image cache.
The graphics context.
Initializes a new instance of the class.
The context.
Draws an ellipse.
The rectangle.
The fill color.
The stroke color.
The thickness.
Draws the specified portion of the specified at the specified location and with the specified size.
The source.
The x-coordinate of the upper-left corner of the portion of the source image to draw.
The y-coordinate of the upper-left corner of the portion of the source image to draw.
Width of the portion of the source image to draw.
Height of the portion of the source image to draw.
The x-coordinate of the upper-left corner of drawn image.
The y-coordinate of the upper-left corner of drawn image.
The width of the drawn image.
The height of the drawn image.
The opacity.
Interpolate if set to true.
Cleans up resources not in use.
This method is called at the end of each rendering.
Sets the clip rectangle.
The clip rectangle.
True if the clip rectangle was set.
Resets the clip rectangle.
Draws a polyline.
The points.
The stroke color.
The stroke thickness.
The dash array.
The line join type.
if set to true the shape will be aliased.
Draws a polygon. The polygon can have stroke and/or fill.
The points.
The fill color.
The stroke color.
The stroke thickness.
The dash array.
The line join type.
If set to true the shape will be aliased.
Draws a rectangle.
The rectangle.
The fill color.
The stroke color.
The stroke thickness.
Draws the text.
The position of the text.
The text.
The fill color.
The font family.
Size of the font.
The font weight.
The rotation angle.
The horizontal alignment.
The vertical alignment.
The maximum size of the text.
Measures the text.
The text.
The font family.
Size of the font.
The font weight.
The size of the text.
Releases all resource used by the object.
Call when you are finished using the
. The method leaves the
in an unusable state. After calling
, you must release all references to the
so the garbage collector can reclaim the memory that
the was occupying.
Gets the actual font for iOS.
The font family.
The font weight.
The actual font name.
Gets font metrics for the specified font.
The font.
Default line height.
The vertical delta.
Gets the specified from cache.
The font.
Font name.
Font size.
Sets the alias state.
alias if set to true.
Sets the fill color.
The color.
Sets the stroke style.
The stroke color.
The stroke thickness.
The dash array.
The line join.
Gets the image from cache or converts the specified .
The source.
The image.
Provides a view that can show a .
The current plot model.
The default plot controller.
Initializes a new instance of the class.
Initializes a new instance of the class.
The initial frame.
Initializes a new instance of the class.
Coder.
Uses the new layout.
true, if new layout was used, false otherwise.
Initialize the view.
Gets or sets the to show in the view.
The .
Gets or sets the that handles input events.
The .
Gets the actual model in the view.
The actual model.
Gets the actual to show.
The actual model.
Gets the actual controller.
The actual .
Gets the coordinates of the client area of the view.
Gets the actual .
The actual plot controller.
Gets or sets a value indicating whether this keeps the aspect ratio when pinching.
true if keep aspect ratio when pinching; otherwise, false.
How far apart touch points must be on a certain axis to enable scaling that axis.
(only applies if KeepAspectRatioWhenPinching == false)
If true, and KeepAspectRatioWhenPinching is false, a zoom-out gesture
can turn into a zoom-in gesture if the fingers cross. Setting to false will
instead simply stop the zoom at that point.
Hides the tracker.
Hides the zoom rectangle.
Invalidates the plot (not blocking the UI thread)
If set to true update data.
Sets the cursor type.
The cursor type.
Shows the tracker.
The tracker data.
Shows the zoom rectangle.
The rectangle.
Stores text on the clipboard.
The text.
Draws the content of the view.
The rectangle to draw.
Method invoked when a motion (a shake) has started.
The motion subtype.
The event arguments.
Provides extension methods related to export.
Stores the specified to a PNG file.
The PNG data.
The view to export.
The rectangle to export.
Gets the image for the specified .
The image.
The view.
The rectangle.
Exports the specified to a PDF file.
The PDF data.
The view to export.
The rectangle to export.
Provides extension methods that converts between MonoTouch and OxyPlot types.
Converts a to a .
The point to convert.
The converted point.
Converts event arguments to .
The touch event arguments.
The view.
The converted arguments.
Converts a to a .
The color to convert.
The converted color.
Converts a to a .
The color to convert.
The converted color.
Converts a to a .
The line join.
The converted join.
Converts a to a .
The point to convert.
The converted point.
Converts a to a pixel center aligned .
The point to convert.
The converted point.
Converts a to a pixel center aligned .
The rectangle to convert.
The converted rectangle.
Converts a to a .
The rectangle to convert.
The converted rectangle.