Class RadialGradient

    Definition

    Namespace:
    Tizen.NUI.BaseComponents.VectorGraphics
    Assembly:
    Tizen.NUI.dll

    A class representing the radial gradient fill of the Shape object.

    public class RadialGradient : Gradient, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    BindableObject
    Tizen.NUI.Binding.Element
    BaseHandle
    Gradient
    RadialGradient
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable

    Constructors

    View Source

    RadialGradient()

    Creates an initialized radial gradient.

    Declaration
    public RadialGradient()

    Methods

    View Source

    GetBounds(ref Position2D, ref float)

    Gets the radial gradient bounds.

    Declaration
    public void GetBounds(ref Position2D centerPoint, ref float radius)
    Parameters
    Type Name Description
    Position2D centerPoint

    The point of the center of the bounding circle.

    float radius

    The radius of the bounding circle.

    View Source

    SetBounds(Position2D, float)

    Sets the radial gradient bounds.

    The radial gradient bounds are defined as a circle centered in a given point of a given radius.

    Declaration
    public void SetBounds(Position2D centerPoint, float radius)
    Parameters
    Type Name Description
    Position2D centerPoint

    The point of the center of the bounding circle.

    float radius

    The radius of the bounding circle.

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX