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




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

    Field Value

    Any integer value.
    Remarks
    This option lets you to specify the X coordinate of the circle center when Type field .
    See Also