C# Class XamariniOSSignatureStarterKit.BezierSignatureView

Inheritance: UIView
Datei anzeigen Open project: rid00z/Xamarin-iOS-SignatureStarterKit

Public Methods

Method Description
BezierSignatureView ( RectangleF frame, bool isSigning = true ) : System
Clear ( ) : void
Draw ( RectangleF rect ) : void
GetDrawingImage ( ) : UIImage
MidPoint ( PointF p0, PointF p1 ) : PointF

Private Methods

Method Description
pan ( UIPanGestureRecognizer sender ) : void

Method Details

BezierSignatureView() public method

public BezierSignatureView ( RectangleF frame, bool isSigning = true ) : System
frame System.Drawing.RectangleF
isSigning bool
return System

Clear() public method

public Clear ( ) : void
return void

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

GetDrawingImage() public method

public GetDrawingImage ( ) : UIImage
return UIImage

MidPoint() public static method

public static MidPoint ( PointF p0, PointF p1 ) : PointF
p0 System.Drawing.PointF
p1 System.Drawing.PointF
return System.Drawing.PointF