ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearMosaicCellParams Class / PolarCenterX Field




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

    Field Value

    Any integer value.
    Remarks
    This option lets you specify the x center of the coordinate system, if Type field is ImGearMosaicType.Polar or ImGearMosaicType.Spiderweb.
    See Also