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




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

    Field Value

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