RadialGradient.CenterPoint Property

The center point of the gradient, to which a GradientStop with Offset equal to 0 would map.

Expressed in the unit coordinate space of the gradient image area, i.e., the top left corner of the gradient image is at (0.0), and the bottom right corner is at (1, 1).

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public Point CenterPoint { get; set; }
'Declaration
Public Property CenterPoint As Point
    Get
    Set
public:
virtual property Point CenterPoint {
    Point get () sealed;
    void set (Point value) sealed;
}
function get_CenterPoint();
function set_CenterPoint(value);

Property Value

Type: Point

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

RadialGradient Class

RadialGradient.RadialGradient Members

Lumia.Imaging Namespace