Table of Contents

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

PointF

MaskSize

Mask crop size

public SizeF MaskSize { get; set; }

Property Value

SizeF

Methods

Copy()

Copy this CropNode

protected override Node Copy()

Returns

Node