Class CropNode
- Namespace
- Fantas
- Assembly
- Fantas.dll
Node to Clip/Crop other nodes
public class CropNode : Node
- Inheritance
-
CropNode
- Inherited Members
Constructors
CropNode(CropNode)
Copy an crop node
public CropNode(CropNode other)
Parameters
other
CropNode
CropNode(SizeF)
Creates an crop node
public CropNode(SizeF size)
Parameters
size
SizeF
Properties
AnchorPoint
Mask anchor point for drawing and rotation
public PointF AnchorPoint { get; set; }
Property Value
MaskSize
Mask crop size
public SizeF MaskSize { get; set; }
Property Value
Methods
Copy()
Copy this CropNode
protected override Node Copy()