Namespace > IC.PhotoController.Filter Namespace > Classes > MarbleFilter Class > public > Movement Property
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
MarbleFilter.Movement Property

Gets or sets the movement of this marble effect

C++
public: __property float Movement;
C#
public float Movement;
Visual Basic
Public Property Movement() As float

The movement specfies the amplitude of the curve. Suppose we follow a sine/cosine function to move the pixel coordinate, hence the larger amplitude will give you a tense curve with a higher peak.

Send comments about this topic.
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.