VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpImageBrush Class / SkiaSharpImageBrush Constructor(VintasoftImage,Boolean)
Syntax Exceptions Requirements SeeAlso
In This Topic
SkiaSharpImageBrush Constructor(VintasoftImage,Boolean)
In This Topic
Initializes a new instance of the SkiaSharpImageBrush class.
Syntax
'Declaration

Public Function New( _
ByVal image
The image, which must be associated with brush.
As Vintasoft.Imaging.VintasoftImage, _
ByVal disposeImageAfterUse
A value indicating whether image must be disposed when this brush is disposed.
As Boolean _
)

Parameters

image
The image, which must be associated with brush.
disposeImageAfterUse
A value indicating whether image must be disposed when this brush is disposed.
Exceptions
ExceptionDescription
Thrown if image 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