VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpImageBrush Class
Constructors Properties Methods SeeAlso
SkiaSharpImageBrush Class Members
The following tables list the members exposed by SkiaSharpImageBrush.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the SkiaSharpImageBrush class.
Public Properties
 NameDescription
Public PropertyGets the image associated with this image brush.
Public PropertyGets or sets a value indicating whether this brush is used in device space. (Inherited from SkiaSharpBrush)
Public PropertyGets the source object of this brush. (Inherited from SkiaSharpBrush)
Public PropertyGets or sets the tile mode of this image brush.
Public PropertyGets or sets the copy of transform, which defines a local geometric transformation for the image associated with this image brush.
Public Methods
 NameDescription
Public MethodCreates a new SkiaSharpImageBrush that is a copy of the current instance.
Public MethodCopies current SkiaSharpBrush to the target SkiaSharpBrush.
Public MethodReleases all resources used by this SkiaSharpImageBrush object.
Public MethodDetermines whether the specified System.Object is equal to the current color.
Public MethodServes as a hash function for a particular type.
Protected Methods
 NameDescription
Protected MethodDisposes the source.
Protected MethodInvalidates the source. (Inherited from SkiaSharpBrush)
Protected MethodUpdates the source.
See Also