VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / PixelManipulator Class / LockRect Property
Syntax Requirements SeeAlso
In This Topic
    LockRect Property (PixelManipulator)
    In This Topic
    Gets the locked rectangle on the image.
    Syntax
    'Declaration
    
    Public ReadOnly Property LockRect As System.Drawing.Rectangle
    
    
    public System.Drawing.Rectangle LockRect { get; }
    
    
    public: __property System.Drawing.Rectangle* get_LockRect();
    
    
    
    public:
    property System.Drawing.Rectangle^ LockRect { System.Drawing.Rectangle^ get(); }
    Requirements

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

    See Also