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

public override Vintasoft.Imaging.Drawing.IRegion Clip { get; set; }

Property Value

A copy of the IRegion that represents the region that limits the drawing region of this drawing engine.
Exceptions
ExceptionDescription
Thrown if value is null.
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