INote(String, String, PointD, Size) Constructor

Create instance of INote class.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public INote(
	string parentLayer,
	string text,
	PointD world,
	Size clientOffset
)

Parameters

parentLayer  String
Set the parent layer of this INote.
text  String
Text to show for this INote.
world  PointD
World coordinates of this INote (If in bottomview when set, the x-coordinate should be mirrored).
clientOffset  Size
Client offset for this INote.

See Also