VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfContentXObjectEventArgs Class / MouseLocation Property
Syntax Requirements SeeAlso
In This Topic
    MouseLocation Property (PdfContentXObjectEventArgs)
    In This Topic
    Gets the mouse location.
    Syntax
    'Declaration
    
    Public ReadOnly Property MouseLocation As System.Drawing.Point
    
    
    public System.Drawing.Point MouseLocation { get; }
    
    
    public: __property System.Drawing.Point* get_MouseLocation();
    
    
    
    public:
    property System.Drawing.Point^ MouseLocation { System.Drawing.Point^ get(); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also