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




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

    Property Value

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

    The default value is 0.

    See Also