SYMBOL INDEX (364 symbols across 45 files) FILE: samples/Sample.Android/MainActivity.cs class MainActivity (line 12) | [Activity (MainLauncher = true)] method OnCreate (line 17) | protected override void OnCreate (Bundle bundle) FILE: samples/Sample.Forms/Samples.Android/MainActivity.cs class MainActivity (line 11) | [Activity (MainLauncher = true, ConfigurationChanges = ConfigChanges.Scr... method OnCreate (line 14) | protected override void OnCreate (Bundle bundle) method OnSaveSignature (line 26) | private async Task OnSaveSignature (Stream bitmap, string filename) FILE: samples/Sample.Forms/Samples.UWP/App.xaml.cs class App (line 13) | sealed partial class App : Application method App (line 19) | public App () method OnLaunched (line 30) | protected override void OnLaunched (LaunchActivatedEventArgs e) method OnNavigationFailed (line 78) | private void OnNavigationFailed (object sender, NavigationFailedEventA... method OnSuspending (line 90) | private void OnSuspending (object sender, SuspendingEventArgs e) FILE: samples/Sample.Forms/Samples.UWP/MainPage.xaml.cs class MainPage (line 8) | public sealed partial class MainPage method MainPage (line 10) | public MainPage () method OnSaveSignature (line 17) | private async Task OnSaveSignature (Stream bitmap, string filename) FILE: samples/Sample.Forms/Samples.iOS/AppDelegate.cs class AppDelegate (line 11) | [Register ("AppDelegate")] method FinishedLaunching (line 14) | public override bool FinishedLaunching (UIApplication app, NSDictionar... method OnSaveSignature (line 23) | private async Task OnSaveSignature (Stream bitmap, string filename) FILE: samples/Sample.Forms/Samples.iOS/Main.cs class Application (line 6) | public class Application method Main (line 8) | static void Main (string[] args) FILE: samples/Sample.Forms/Samples/App.xaml.cs class App (line 11) | public partial class App : Application method App (line 15) | public App (Func> saveSignature) method SaveSignature (line 24) | public static Task SaveSignature (Stream bitmap, string filename) FILE: samples/Sample.Forms/Samples/BindingPage.xaml.cs class BindingPage (line 5) | public partial class BindingPage : ContentPage method BindingPage (line 7) | public BindingPage () FILE: samples/Sample.Forms/Samples/BindingPageViewModel.cs class BindingViewModel (line 13) | public class BindingViewModel : BindableObject method BindingViewModel (line 18) | public BindingViewModel (Func method OnAttachedTo (line 13) | protected override void OnAttachedTo (SignaturePadView bindable) method OnDetachingFrom (line 25) | protected override void OnDetachingFrom (SignaturePadView bindable) method UpdateSignaturePad (line 37) | protected virtual void UpdateSignaturePad (SignaturePadView bindable, ... method UpdateBehavior (line 41) | protected virtual void UpdateBehavior (SignaturePadView signaturePad) method OnPropertyChanged (line 45) | protected void OnPropertyChanged (BindableObject bindable, BindablePro... method UpdateBindingContext (line 57) | private void UpdateBindingContext (object sender, EventArgs e) method OnSignatureChanged (line 64) | private void OnSignatureChanged (object sender, EventArgs e) method CreatePropertyChanged (line 76) | public static BindableProperty.BindingPropertyChangedDelegate CreatePr... FILE: samples/Sample.Forms/Samples/Helpers/CaptureSignaturePointsBehavior.cs class CaptureSignaturePointsBehavior (line 8) | public class CaptureSignaturePointsBehavior : CaptureSignatureBehaviorBase method UpdateSignaturePad (line 24) | protected override void UpdateSignaturePad (SignaturePadView bindable,... method UpdateBehavior (line 29) | protected override void UpdateBehavior (SignaturePadView signaturePad) FILE: samples/Sample.Forms/Samples/Helpers/CaptureSignatureStrokesBehavior.cs class CaptureSignatureStrokesBehavior (line 8) | public class CaptureSignatureStrokesBehavior : CaptureSignatureBehaviorBase method UpdateSignaturePad (line 24) | protected override void UpdateSignaturePad (SignaturePadView bindable,... method UpdateBehavior (line 29) | protected override void UpdateBehavior (SignaturePadView signaturePad) FILE: samples/Sample.Forms/Samples/Helpers/NotConverter.cs class NotConverter (line 7) | public class NotConverter : IValueConverter method Convert (line 9) | public object Convert (object value, Type targetType, object parameter... method ConvertBack (line 14) | public object ConvertBack (object value, Type targetType, object param... FILE: samples/Sample.Forms/Samples/MainPage.xaml.cs class MainPage (line 5) | public partial class MainPage : TabbedPage method MainPage (line 7) | public MainPage () FILE: samples/Sample.UWP/App.xaml.cs class App (line 13) | sealed partial class App : Application method App (line 19) | public App () method OnLaunched (line 30) | protected override void OnLaunched (LaunchActivatedEventArgs e) method OnNavigationFailed (line 71) | void OnNavigationFailed (object sender, NavigationFailedEventArgs e) method OnSuspending (line 83) | private void OnSuspending (object sender, SuspendingEventArgs e) FILE: samples/Sample.UWP/MainPage.xaml.cs class MainPage (line 13) | public sealed partial class MainPage : Page method MainPage (line 17) | public MainPage () method UpdateControls (line 24) | private void UpdateControls () method SaveVectorClicked (line 31) | private void SaveVectorClicked (object sender, RoutedEventArgs e) method LoadVectorClicked (line 46) | private void LoadVectorClicked (object sender, RoutedEventArgs e) method SaveImageClicked (line 51) | private async void SaveImageClicked (object sender, RoutedEventArgs e) method SignatureChanged (line 73) | private void SignatureChanged (object sender, EventArgs e) FILE: samples/Sample.iOS/AppDelegate.cs class AppDelegate (line 6) | [Register (nameof (AppDelegate))] method FinishedLaunching (line 11) | public override bool FinishedLaunching (UIApplication application, NSD... FILE: samples/Sample.iOS/Main.cs class Application (line 5) | public class Application method Main (line 7) | static void Main (string[] args) FILE: samples/Sample.iOS/ViewController.cs class ViewController (line 12) | public partial class ViewController : UIViewController method ViewController (line 16) | public ViewController (IntPtr handle) method ViewDidLoad (line 21) | public override void ViewDidLoad () method UpdateControls (line 34) | private void UpdateControls () method SaveVectorClicked (line 41) | partial void SaveVectorClicked (UIButton sender) method LoadVectorClicked (line 49) | partial void LoadVectorClicked (UIButton sender) method SaveImageClicked (line 54) | async partial void SaveImageClicked (UIButton sender) method ShowToast (line 82) | private async void ShowToast (string message) FILE: samples/Sample.iOS/ViewController.designer.cs class ViewController (line 14) | [Register ("ViewController")] method LoadVectorClicked (line 33) | [Action ("LoadVectorClicked:")] method SaveImageClicked (line 37) | [Action ("SaveImageClicked:")] method SaveVectorClicked (line 41) | [Action ("SaveVectorClicked:")] method ReleaseDesignerOutlets (line 45) | void ReleaseDesignerOutlets () FILE: src/SignaturePad.Android/InkPresenter.cs class InkPresenter (line 13) | partial class InkPresenter : View method InkPresenter (line 15) | static InkPresenter () method InkPresenter (line 30) | public InkPresenter (Context context) method Initialize (line 36) | private void Initialize () method OnTouchEvent (line 40) | public override bool OnTouchEvent (MotionEvent e) method TouchesBegan (line 57) | private void TouchesBegan (MotionEvent e) method TouchesMoved (line 78) | private void TouchesMoved (MotionEvent e, bool update = true) method TouchesEnded (line 125) | private void TouchesEnded (MotionEvent e) method Invalidate (line 150) | private void Invalidate (RectangleF dirtyRect) method OnDraw (line 162) | protected override void OnDraw (Canvas canvas) method CreateBufferImage (line 207) | private Bitmap CreateBufferImage () FILE: src/SignaturePad.Android/SignaturePadCanvasView.cs class SignaturePadCanvasView (line 11) | public partial class SignaturePadCanvasView : FrameLayout method SignaturePadCanvasView (line 15) | public SignaturePadCanvasView (Context context) method SignaturePadCanvasView (line 21) | public SignaturePadCanvasView (Context context, IAttributeSet attrs) method SignaturePadCanvasView (line 27) | public SignaturePadCanvasView (Context context, IAttributeSet attrs, i... method Initialize (line 33) | private void Initialize () method Clear (line 82) | public void Clear () method GetImageInternal (line 89) | private Bitmap GetImageInternal (System.Drawing.SizeF scale, System.Dr... method GetImageStreamInternal (line 123) | private async Task GetImageStreamInternal (SignatureImageForma... method OnInterceptTouchEvent (line 160) | public override bool OnInterceptTouchEvent (MotionEvent ev) FILE: src/SignaturePad.Android/SignaturePadView.cs class SignaturePadView (line 11) | public partial class SignaturePadView : RelativeLayout method SignaturePadView (line 15) | public SignaturePadView (Context context) method SignaturePadView (line 21) | public SignaturePadView (Context context, IAttributeSet attrs) method SignaturePadView (line 27) | public SignaturePadView (Context context, IAttributeSet attrs, int def... method Initialize (line 33) | private void Initialize (IAttributeSet attrs) method UpdateUi (line 205) | private void UpdateUi () method OnInterceptTouchEvent (line 210) | public override bool OnInterceptTouchEvent (MotionEvent ev) FILE: src/SignaturePad.Forms.Droid/SignaturePadViewRenderer.cs class SignaturePadView (line 13) | [RenderWith (typeof (SignaturePadViewRenderer))] class SignaturePadViewRenderer (line 18) | internal class SignaturePadViewRenderer : VisualElementRenderer method SignaturePadViewRenderer (line 20) | [Obsolete ("This constructor is obsolete as of version 2.5. Please use... method SignaturePadViewRenderer (line 25) | public SignaturePadViewRenderer (Android.Content.Context context) method OnInterceptTouchEvent (line 30) | public override bool OnInterceptTouchEvent (Android.Views.MotionEvent ev) FILE: src/SignaturePad.Forms.Platform.Shared/ColorExtensions.cs class ColorExtensions (line 22) | public static class ColorExtensions method ToWindows (line 25) | public static NativeColor ToWindows (this Color color) method ToNative (line 35) | public static NativeColor ToNative (this Color color) method SetTextColor (line 47) | public static void SetTextColor (this TextBlock textBlock, Color color) method SetTextColor (line 52) | public static void SetTextColor (this UILabel label, Color color) method SetTextColor (line 56) | public static void SetTextColor (this UIButton button, Color color) method SetTextColor (line 61) | public static void SetTextColor (this TextView label, Color color) FILE: src/SignaturePad.Forms.Platform.Shared/SignaturePadCanvasRenderer.cs class SignaturePadCanvasRenderer (line 34) | public class SignaturePadCanvasRenderer : ViewRenderer GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 100) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 112) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 124) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 137) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 150) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 163) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 177) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 191) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 205) | public Task GetImageStreamAsync (SignatureImageFormat imageFor... method Clear (line 212) | public void Clear () method GetSignaturePoints (line 217) | private IEnumerable GetSignaturePoints () method SetSignaturePoints (line 224) | private void SetSignaturePoints (IEnumerable points) method GetSignatureStrokes (line 229) | private IEnumerable> GetSignatureStrokes () method SetSignatureStrokes (line 236) | private void SetSignatureStrokes (IEnumerable> stro... method RequestIsBlank (line 241) | private bool RequestIsBlank () method OnStrokeCompleted (line 248) | internal void OnStrokeCompleted () method OnCleared (line 260) | internal void OnCleared () method UpdateBindableProperties (line 272) | private void UpdateBindableProperties () class ImageStreamRequestedEventArgs (line 288) | internal class ImageStreamRequestedEventArgs : EventArgs method ImageStreamRequestedEventArgs (line 290) | public ImageStreamRequestedEventArgs (SignatureImageFormat imageForm... class IsBlankRequestedEventArgs (line 303) | internal class IsBlankRequestedEventArgs : EventArgs class PointsEventArgs (line 308) | internal class PointsEventArgs : EventArgs class StrokesEventArgs (line 313) | internal class StrokesEventArgs : EventArgs FILE: src/SignaturePad.Forms.Shared/SignaturePadView.cs class SignaturePadView (line 11) | public partial class SignaturePadView : Grid method SignaturePadView (line 50) | static SignaturePadView () method SignaturePadView (line 191) | public SignaturePadView () method OnPropertyChanged (line 302) | protected override void OnPropertyChanged ([CallerMemberName] string p... method Clear (line 541) | public void Clear () method GetImageStreamAsync (line 551) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 559) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 567) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 575) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 583) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 591) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 599) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 607) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 615) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 623) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method OnClearTapped (line 628) | private void OnClearTapped () method OnSignatureCleared (line 633) | private void OnSignatureCleared () method OnSignatureStrokeCompleted (line 647) | private void OnSignatureStrokeCompleted () method UpdateBindableProperties (line 661) | private void UpdateBindableProperties () method UpdateUi (line 666) | private void UpdateUi () method OnPaddingChanged (line 671) | private static void OnPaddingChanged (BindableObject bindable, object ... method OnPaddingChanged (line 676) | private void OnPaddingChanged () FILE: src/SignaturePad.Forms/SignaturePadCanvasRenderer.cs class SignaturePadCanvasRenderer (line 3) | internal class SignaturePadCanvasRenderer FILE: src/SignaturePad.InkPresenter.Shared/InkPresenter.cs class InkPresenter (line 30) | internal partial class InkPresenter method GetStrokes (line 97) | public IReadOnlyList GetStrokes () method Clear (line 102) | public void Clear () method AddStroke (line 110) | public void AddStroke (NativePoint[] strokePoints, NativeColor color, ... method AddStrokes (line 118) | public void AddStrokes (IEnumerable strokes, NativeColo... method AddStrokeInternal (line 136) | private bool AddStrokeInternal (IEnumerable points, Nativ... method HasMovedFarEnough (line 159) | private bool HasMovedFarEnough (InkStroke stroke, double touchX, doubl... method UpdateBounds (line 172) | private void UpdateBounds (NativePoint touch) method UpdateBounds (line 180) | private void UpdateBounds (float touchX, float touchY) method ResetBounds (line 196) | private void ResetBounds (NativePoint touch) method ResetBounds (line 204) | private void ResetBounds (float touchX, float touchY) method OnStrokeCompleted (line 212) | private void OnStrokeCompleted () FILE: src/SignaturePad.InkPresenter.Shared/InkStroke.cs class InkStroke (line 19) | internal class InkStroke method InkStroke (line 25) | public InkStroke (NativePath path, IList points, NativeCo... method GetPoints (line 35) | public IList GetPoints () FILE: src/SignaturePad.Shared/Extensions.cs class Extensions (line 34) | internal static class Extensions method GetSize (line 38) | public static System.Drawing.SizeF GetSize (this Bitmap image) method GetSize (line 43) | public static System.Drawing.SizeF GetSize (this View view) method GetSize (line 50) | public static CGSize GetSize (this UIImage image) method Invalidate (line 55) | public static void Invalidate (this UIView view) method MoveTo (line 60) | public static void MoveTo (this UIBezierPath path, nfloat x, nfloat y) method LineTo (line 65) | public static void LineTo (this UIBezierPath path, nfloat x, nfloat y) method GetSize (line 70) | public static CGSize GetSize (this UIView view) method MoveTo (line 77) | public static void MoveTo (this Stroke stroke, double x, double y) method LineTo (line 82) | public static void LineTo (this Stroke stroke, double x, double y) method AddStrokes (line 87) | public static void AddStrokes (this InkPresenter inkPresenter, IList GetStrokes (this InkPresenter inkPresenter) method GetPoints (line 118) | public static IEnumerable GetPoints (this Stroke stroke) method GetSize (line 123) | public static Size GetSize (this FrameworkElement element) method MoveTo (line 130) | public static void MoveTo (this List stroke, double x, double y) method LineTo (line 135) | public static void LineTo (this List stroke, double x, double y) method MoveTo (line 140) | public static void MoveTo (this PathGeometry stroke, double x, double y) method LineTo (line 150) | public static void LineTo (this PathGeometry stroke, double x, double y) method GetSize (line 167) | public static Size GetSize (this FrameworkElement element) method GetSize (line 172) | public static Size GetSize (this WriteableBitmap image) method GetPoints (line 179) | public static IEnumerable GetPoints (this InkStroke stroke) method MoveTo (line 199) | public static void MoveTo (this List stroke, double x, double y) method LineTo (line 204) | public static void LineTo (this List stroke, double x, double y) method GetStrokes (line 209) | public static IReadOnlyList GetStrokes (this InkPresenter i... method AddStrokes (line 214) | public static void AddStrokes (this InkPresenter inkPresenter, IList GetPoints (this InkStroke stroke) method GetSize (line 237) | public static Size GetSize (this FrameworkElement element) FILE: src/SignaturePad.Shared/ImageConstructionSettings.cs type SizeOrScaleType (line 27) | public enum SizeOrScaleType type SizeOrScale (line 33) | public struct SizeOrScale method SizeOrScale (line 35) | public SizeOrScale (float xy, SizeOrScaleType type) method SizeOrScale (line 43) | public SizeOrScale (float xy, SizeOrScaleType type, bool keepAspectRatio) method SizeOrScale (line 51) | public SizeOrScale (NativeSize size, SizeOrScaleType type) method SizeOrScale (line 59) | public SizeOrScale (NativeSize size, SizeOrScaleType type, bool keepAs... method SizeOrScale (line 67) | public SizeOrScale (float x, float y, SizeOrScaleType type) method SizeOrScale (line 75) | public SizeOrScale (float x, float y, SizeOrScaleType type, bool keepA... method GetScale (line 93) | public NativeSize GetScale (float width, float height) method GetSize (line 105) | public NativeSize GetSize (float width, float height) type ImageConstructionSettings (line 128) | public struct ImageConstructionSettings method ApplyDefaults (line 157) | internal void ApplyDefaults () method ApplyDefaults (line 162) | internal void ApplyDefaults (float strokeWidth, NativeColor strokeColor) FILE: src/SignaturePad.Shared/PathSmoothing.cs class PathSmoothing (line 27) | internal static class PathSmoothing method SmoothedPathWithGranularity (line 37) | public static InkStroke SmoothedPathWithGranularity (InkStroke current... method SmoothedPathWithGranularity (line 74) | public static void SmoothedPathWithGranularity (List curr... method BezierToLinear (line 138) | public static List BezierToLinear (IReadOnlyList GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 262) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 274) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 286) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 299) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 312) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 325) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 339) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 353) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 367) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageConstructionArguments (line 384) | private bool GetImageConstructionArguments (ImageConstructionSettings ... method LoadStrokes (line 439) | public void LoadStrokes (NativePoint[][] loadedStrokes) method LoadPoints (line 462) | public void LoadPoints (NativePoint[] loadedPoints) method OnCleared (line 515) | private void OnCleared () method OnStrokeCompleted (line 520) | private void OnStrokeCompleted () method OnStrokeCompleted (line 525) | private void OnStrokeCompleted (object sender, EventArgs e) FILE: src/SignaturePad.Shared/SignaturePadView.cs class SignaturePad (line 28) | partial class SignaturePad class SignaturePadView (line 30) | partial class SignaturePadView method Clear (line 64) | public void Clear () method LoadPoints (line 71) | public void LoadPoints (NativePoint[] points) method LoadStrokes (line 78) | public void LoadStrokes (NativePoint[][] strokes) method GetImage (line 88) | public NativeImage GetImage (bool shouldCrop = true, bool keepAspectRa... method GetImage (line 96) | public NativeImage GetImage (NativeSize size, bool shouldCrop = true, ... method GetImage (line 104) | public NativeImage GetImage (float scale, bool shouldCrop = true, bool... method GetImage (line 112) | public NativeImage GetImage (NativeColor strokeColor, bool shouldCrop ... method GetImage (line 120) | public NativeImage GetImage (NativeColor strokeColor, NativeSize size,... method GetImage (line 128) | public NativeImage GetImage (NativeColor strokeColor, float scale, boo... method GetImage (line 136) | public NativeImage GetImage (NativeColor strokeColor, NativeColor fill... method GetImage (line 144) | public NativeImage GetImage (NativeColor strokeColor, NativeColor fill... method GetImage (line 152) | public NativeImage GetImage (NativeColor strokeColor, NativeColor fill... method GetImage (line 160) | public NativeImage GetImage (ImageConstructionSettings settings) method GetImageStreamAsync (line 168) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 176) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 184) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 192) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 200) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 208) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 216) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 224) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 232) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method GetImageStreamAsync (line 240) | public Task GetImageStreamAsync (SignatureImageFormat format, ... method OnClearTapped (line 245) | private void OnClearTapped () method OnSignatureCleared (line 250) | private void OnSignatureCleared () method OnSignatureStrokeCompleted (line 256) | private void OnSignatureStrokeCompleted () FILE: src/SignaturePad.UWP/SignaturePad.cs class SignaturePad (line 10) | [TemplatePart (Name = PartBackgroundImageView, Type = typeof (Image))] method SignaturePad (line 43) | static SignaturePad () method SignaturePad (line 147) | public SignaturePad () method OnApplyTemplate (line 156) | protected override void OnApplyTemplate () method UpdateUi (line 331) | private void UpdateUi () method OnPaddingChanged (line 336) | private void OnPaddingChanged (DependencyObject sender, DependencyProp... method OnPaddingChanged (line 359) | private static void OnPaddingChanged (DependencyObject d, DependencyPr... FILE: src/SignaturePad.UWP/SignaturePadCanvasView.cs class SignaturePadCanvasView (line 19) | [TemplatePart (Name = PartInkCanvas, Type = typeof (InkCanvas))] method SignaturePadCanvasView (line 29) | static SignaturePadCanvasView () method SignaturePadCanvasView (line 44) | public SignaturePadCanvasView () method OnApplyTemplate (line 56) | protected override void OnApplyTemplate () method Clear (line 79) | public void Clear () method GetImageStreamInternal (line 89) | private async Task GetImageStreamInternal (SignatureImageForma... method GetImageInternal (line 117) | private WriteableBitmap GetImageInternal (Size scale, Rect signatureBo... method GetRenderTarget (line 127) | private CanvasRenderTarget GetRenderTarget (Size scale, Rect signature... method OnStrokePropertiesChanged (line 158) | private static void OnStrokePropertiesChanged (DependencyObject d, Dep... FILE: src/SignaturePad.iOS/InkPresenter.cs class InkPresenter (line 8) | partial class InkPresenter : UIView method InkPresenter (line 10) | static InkPresenter () method InkPresenter (line 15) | public InkPresenter () method InkPresenter (line 21) | public InkPresenter (CGRect frame) method Initialize (line 27) | private void Initialize () method GestureRecognizerShouldBegin (line 34) | public override bool GestureRecognizerShouldBegin (UIGestureRecognizer... method TouchesBegan (line 36) | public override void TouchesBegan (NSSet touches, UIEvent evt) method TouchesMoved (line 53) | public override void TouchesMoved (NSSet touches, UIEvent evt) method TouchesCancelled (line 77) | public override void TouchesCancelled (NSSet touches, UIEvent evt) method TouchesEnded (line 82) | public override void TouchesEnded (NSSet touches, UIEvent evt) method Draw (line 114) | public override void Draw (CGRect rect) method CreateBufferImage (line 154) | private UIImage CreateBufferImage () method LayoutSubviews (line 186) | public override void LayoutSubviews () FILE: src/SignaturePad.iOS/SignaturePadCanvasView.cs class SignaturePadCanvasView (line 11) | [Register ("SignaturePadCanvasView")] method SignaturePadCanvasView (line 17) | public SignaturePadCanvasView () method SignaturePadCanvasView (line 22) | public SignaturePadCanvasView (NSCoder coder) method SignaturePadCanvasView (line 28) | protected SignaturePadCanvasView (IntPtr ptr) method SignaturePadCanvasView (line 34) | public SignaturePadCanvasView (CGRect frame) method Initialize (line 40) | private void Initialize (bool baseProperties = true) method Clear (line 83) | public void Clear () method GetImageInternal (line 90) | private UIImage GetImageInternal (CGSize scale, CGRect signatureBounds... method GetImageStreamInternal (line 124) | private Task GetImageStreamInternal (SignatureImageFormat form... FILE: src/SignaturePad.iOS/SignaturePadView.cs class SignaturePadView (line 9) | [Register ("SignaturePadView")] method SignaturePadView (line 15) | public SignaturePadView () method SignaturePadView (line 20) | public SignaturePadView (NSCoder coder) method SignaturePadView (line 26) | public SignaturePadView (IntPtr ptr) method SignaturePadView (line 32) | public SignaturePadView (CGRect frame) method Initialize (line 38) | private void Initialize (bool baseProperties = true) method UpdateUi (line 349) | private void UpdateUi () method LayoutSubviews (line 354) | public override void LayoutSubviews ()