Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IPictureFormat Interface / RestoreOriginalColors Method


In This Topic
    RestoreOriginalColors Method
    In This Topic
    Restores the original colors of a picture that was recolored.
    Syntax
    'Declaration
     
    Sub RestoreOriginalColors() 
    'Usage
     
    Dim instance As IPictureFormat
     
    instance.RestoreOriginalColors()
    void RestoreOriginalColors()
    See Also