INoteDraw Method

Draw this note in visible area.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public override 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
 
stepRepeatMatrixOrNull  MatrixD
 
StandardInfoColor  Color
 

See Also