Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Point Property
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewerPointEventArgs Class : Point Property



Gets the interactive mode event data.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Point As Point
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewerPointEventArgs
Dim value As Point
 
value = instance.Point
C# 
public Point Point {get;}
C++/CLI 
public:
property Point Point {
   Point get();
}

Return Value

The interactive mode event data.

Example

For C#/VB examples, refer to BitmapSourceViewer.OnInteractiveCenterAt.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also