ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearVOIWindow Structure / Center Property




In This Topic
    Center Property (ImGearVOIWindow)
    In This Topic
    Gets or sets Window Center value.
    Syntax
    'Declaration
     
    Public Property Center As Integer
    'Usage
     
    Dim instance As ImGearVOIWindow
    Dim value As Integer
     
    instance.Center = value
     
    value = instance.Center
    public int Center {get; set;}
    public: __property int get_Center();
    public: __property void set_Center( 
       int value
    );
    public:
    property int Center {
       int get();
       void set (    int value);
    }

    Property Value

    Any integer value.
    Remarks
    This property provides access to Window Center value as a 32-bit integer. Please use Center64 property if you are working with 17-32 bit per channel images.

    The default value is 0.

    See Also