Class OdPatternBrush
Class OdPatternBrush
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush
Assembly: Aspose.Imaging.dll (25.2.0)
The open document pattern brush
[JsonObject(MemberSerialization.OptIn)]
public class OdPatternBrush : OdBrush, ICloneable
Inheritance
object ← OdBrush ← OdPatternBrush
Implements
Inherited Members
OdBrush.Clone(), OdBrush.BrushStyle, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdPatternBrush()
public OdPatternBrush()
Properties
BrushStyle
Gets the style.
public override OdBrushStyle BrushStyle { get; }
Property Value
Pattern
Gets or sets the pattern.
[JsonProperty]
public byte[] Pattern { get; set; }
Property Value
byte[]
Methods
Clone()
Clone this instance.
public override object Clone()
Returns
The return new instance of source brush