Namespace > IC.PhotoController.Filter Namespace > Classes > RadialBlurFilter Class > public > Centre Property
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
RadialBlurFilter.Centre Property

Gets or sets the centre point.

C++
public: __property Point Centre;
C#
public Point Centre;
Visual Basic
Public Property Centre() As Point

The centre point where the radiation blur starts.

The Centre is a ratio. (0,0) is the left-top conner, (100,100) is the right-bottom conner.

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