Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.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;}
Managed Extensions for C++ 
public: __property Point get_Point();
C++/CLI 
public:
property Point Point {
   Point get();
}

Return Value

The interactive mode event data.

Example

For C#/VB examples, refer to OnInteractiveCenterAt.

Requirements

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

See Also