Offset Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public void Offset(
	int dx,
	int dy
)
Visual Basic
Public Sub Offset ( _
	dx As Integer, _
	dy As Integer _
)
Visual C++
public:
void Offset(
	int dx, 
	int dy
)

Parameters

dx
Type: System..::..Int32
dy
Type: System..::..Int32

See Also