C# Class ImageUtility.ColorProfile.MetaDataProcessor

Mostra file Open project: Patapom/GodComplex

Public Properties

Property Type Description
Path string
Process Action

Public Methods

Method Description
MetaDataProcessor ( string _Path, Action _Process ) : System

Method Details

MetaDataProcessor() public method

public MetaDataProcessor ( string _Path, Action _Process ) : System
_Path string
_Process Action
return System

Property Details

Path public_oe property

public string Path
return string

Process public_oe property

public Action Process
return Action