Click or drag to resize

BaseViewDraw Method (Double, Double)

Draw the view

Namespace:  ComPDFKitViewer.BaseObject
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void Draw(
	double ActualHeight,
	double ActualWidth
)

Parameters

ActualHeight
Type: SystemDouble
The actual height of the view
ActualWidth
Type: SystemDouble
The actual width of the view
See Also