Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / GetEnhanceMetafileHandle Method


In This Topic
    GetEnhanceMetafileHandle Method
    In This Topic
    Gets the enhance metafile handle.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetEnhanceMetafileHandle() As IntPtr
    'Usage
     
    
    Dim instance As ImageDrawing
    Dim value As IntPtr
     
    value = instance.GetEnhanceMetafileHandle()
    public virtual IntPtr GetEnhanceMetafileHandle()

    Return Value

    A Windows handle to the enhanced Metafile.
    See Also