INoteBaseDraw Method

Draw this note in visible area.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public abstract void Draw(
	Graphics clientG,
	double ViewParamsScale,
	PointD ViewParamsOrigin,
	PointD ViewParamsSize,
	bool isPrinting,
	bool isBottomView,
	MatrixD stepRepeatMatrixOrNull,
	Color StandardInfoColor
)

Parameters

clientG  Graphics
The graphics of the relevant picture.
ViewParamsScale  Double
Scaling of the drawing area.
ViewParamsOrigin  PointD
Origin of the drawing area.
ViewParamsSize  PointD
Size of the drawing area.
isPrinting  Boolean
Special information to change style of INote for white paper.
isBottomView  Boolean
Maybe mirror the notes view for bottom view
stepRepeatMatrixOrNull  MatrixD
Repeat the note for substeps via this matrix.
StandardInfoColor  Color
Use this color for text if no printing is active.

See Also