VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / EmptyDrawingEngine Class / Clip Property
Syntax Requirements SeeAlso
In This Topic
    Clip Property (EmptyDrawingEngine)
    In This Topic
    Gets or sets a copy of region that limits the drawing region of this drawing engine.
    Syntax
    'Declaration
    
    Public Overrides Property Clip As IRegion
    
    
    public override IRegion Clip { get; set; }
    
    
    public: __property IRegion* get_Clip(); override;
    public: __property void set_Clip(
    IRegion* value
    ); override;
    public:
    property IRegion^ Clip { IRegion^ get() override;; void set(IRegion^ value) override;; }

    Property Value

    A copy of the IRegion that represents the region that limits the drawing region of this drawing engine.
    Requirements

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

    See Also