This documentation is for the old version. Go to the latest Graphics Mill docs

WaterDrop.Center Property

Gets/sets water drop center point ("epicenter" of the ripples).

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property Center As PointF
C#
public PointF Center { get; set; }

Property Value

PointF structure specifying water drop center point.

Remarks

By default water drop center is set to point (0, 0).

See Also

Reference