Class SvgMask
Defines an alpha mask for compositing the current object into the background.
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("mask")]
public class SvgMask : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Properties
| Improve this Doc View SourceHeight
The height of the largest possible offscreen buffer.
Declaration
public SvgUnit Height { get; set; }
Property Value
| Type | Description |
|---|---|
| SvgUnit |
MaskContentUnits
Defines the coordinate system for the contents of the mask.
Declaration
public SvgCoordinateUnits MaskContentUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| SvgCoordinateUnits |
MaskUnits
Declaration
public SvgCoordinateUnits MaskUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| SvgCoordinateUnits |
Width
The width of the largest possible offscreen buffer.
Declaration
public SvgUnit Width { get; set; }
Property Value
| Type | Description |
|---|---|
| SvgUnit |
X
The x-axis coordinate of one corner of the rectangle for the largest possible offscreen buffer.
Declaration
public SvgUnit X { get; set; }
Property Value
| Type | Description |
|---|---|
| SvgUnit |
Y
The y-axis coordinate of one corner of the rectangle for the largest possible offscreen buffer.
Declaration
public SvgUnit Y { get; set; }
Property Value
| Type | Description |
|---|---|
| SvgUnit |
Methods
| Improve this Doc View SourceDeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
| Type | Description |
|---|---|
| SvgElement |