ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPixelateCellParams Class / CircleCenterY Field




In This Topic
    CircleCenterY Field
    In This Topic
    Y coordinate of the circle center.
    Syntax
    'Declaration
     
    Public CircleCenterY As Integer
    'Usage
     
    Dim instance As ImGearPixelateCellParams
    Dim value As Integer
     
    value = instance.CircleCenterY
     
    instance.CircleCenterY = value
    public int CircleCenterY
    public: int CircleCenterY
    public:
    int CircleCenterY

    Field Value

    Any integer value.
    Remarks
    This field specifies the Y coordinate of the circle center when Type field.
    See Also