Table of Contents

Method SetCenter

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

SetCenter(bool, double)

Sets horizontal or vertical coordinate of the center point depending on isVert parameter value.

public void SetCenter(bool isVert, double value)

Parameters

isVert bool

Defines whether to set horizontal or vertical coordinate of the center point.

value double

New value.