←Select platform

onPostDrawTouchLocation Method

Summary

Provides a method to perform custom drawing after OnDrawImage called.

Syntax

C#
VB
Objective-C
protected void onPostDrawTouchLocation(  
   CGContextRef context, 
   CGPoint pt 
) 
Protected Sub onPostDrawTouchLocation( _ 
   ByVal context As CGContextRef, _ 
   ByVal pt As CGPoint _ 
)  
- (void)onPostDraw:(CGContextRef)context touchLocation:(CGPoint)point 

Parameters

context
The graphics context to render with.

pt
The touch location (location of spyglass).

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)