Class SvgMask
- Namespace
- Svg
- Assembly
- Svg.dll
Defines an alpha mask for compositing the current object into the background.
[SvgElement("mask")]
public class SvgMask : SvgElement, ISvgTransformable, ICloneable, ISvgNode
- Inheritance
-
SvgMask
- Implements
- Inherited Members
- Extension Methods
Properties
Height
The height of the largest possible offscreen buffer.
public SvgUnit Height { get; set; }
Property Value
MaskContentUnits
Defines the coordinate system for the contents of the mask.
public SvgCoordinateUnits MaskContentUnits { get; set; }
Property Value
MaskUnits
public SvgCoordinateUnits MaskUnits { get; set; }
Property Value
Width
The width of the largest possible offscreen buffer.
public SvgUnit Width { get; set; }
Property Value
X
The x-axis coordinate of one corner of the rectangle for the largest possible offscreen buffer.
public SvgUnit X { get; set; }
Property Value
Y
The y-axis coordinate of one corner of the rectangle for the largest possible offscreen buffer.
public SvgUnit Y { get; set; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()