Table of Contents

Method PaintWindow

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

PaintWindow(int, Rectangle, Rectangle, Point, float, float, bool, bool)

When implemented by a class, paints editor's content.

void PaintWindow(int startLine, Rectangle rect, Rectangle clipRect, Point location, float scaleX, float scaleY, bool specialPaint, bool inPrinting)

Parameters

startLine int

Specifies first line of content to paint.

rect Rectangle

Rectangular area of control to draw.

clipRect Rectangle

Rectangular area of control to clip after drawing.

location Point

The Point value that specifies start position to draw content from.

scaleX float

Horizontal scale of the transformation.

scaleY float

Vertical scale of the transformation.

specialPaint bool

Reserved for internal use. Used for Print and Print preview.

inPrinting bool

Reserved for internal use. Used for Print and Print preview.