VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / CompositeDrawingEngine Class / Clip Property
Syntax Requirements SeeAlso
In This Topic
Clip Property (CompositeDrawingEngine)
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; }

Property Value

A copy of the IRegion that represents the region that limits the drawing region of this drawing engine.
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