Constructor NoteShape

Namespace TallComponents.PDF.Layout.Shapes.Annotations
Class NoteShape

Create a new sticky note shape area with given extent.

Syntax

public  NoteShape( Double  xPointer Double  yPointer Double  noteX Double  noteY Double  noteWidth Double  noteHeight String  text )

Parameters


Double xPointer
The X position this sticky note should point to.

Double yPointer
The Y position this sticky note should point to.

Double noteX
The X position where the sticky note should appear.

Double noteY
The Y position where the sticky note should appear.

Double noteWidth
The width for this sticky note.

Double noteHeight
The height for this sticky note.

String text
The text for this sticky note.