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




In This Topic
    Center64 Property
    In This Topic
    Gets or sets Window Center value as 64 bit integer.
    Syntax
    'Declaration
     
    Public Property Center64 As Long
    'Usage
     
    Dim instance As ImGearVOIWindow
    Dim value As Long
     
    instance.Center64 = value
     
    value = instance.Center64
    public long Center64 {get; set;}
    public: __property long get_Center64();
    public: __property void set_Center64( 
       long value
    );
    public:
    property int64 Center64 {
       int64 get();
       void set (    int64 value);
    }

    Property Value

    Any long integer value.
    Remarks
    This property provides access to Window Center value as 64 bit integer.

    The default value is 0.

    See Also