C# Class embroideryThumbs.EmbThumbnail

Inheritance: IPersistFile, IExtractImage
Mostra file Open project: njcrawford/EmbroideryReader

Public Methods

Method Description
Extract ( IntPtr &phBmpThumbnail ) : void
GetClassID ( System.Guid &pClassID ) : void
GetCurFile ( [ ppszFileName ) : void
GetLocation ( [ pszPathBuffer, int cch, int &pdwPriority, SIZE &prgSize, int dwRecClrDepth, int &pdwFlags ) : void
IsDirty ( ) : int
Load ( [ pszFileName, uint dwMode ) : void
Save ( [ pszFileName, [ fRemember ) : void
SaveCompleted ( [ pszFileName ) : void

Method Details

Extract() public method

public Extract ( IntPtr &phBmpThumbnail ) : void
phBmpThumbnail System.IntPtr
return void

GetClassID() public method

public GetClassID ( System.Guid &pClassID ) : void
pClassID System.Guid
return void

GetCurFile() public method

public GetCurFile ( [ ppszFileName ) : void
ppszFileName [
return void

GetLocation() public method

public GetLocation ( [ pszPathBuffer, int cch, int &pdwPriority, SIZE &prgSize, int dwRecClrDepth, int &pdwFlags ) : void
pszPathBuffer [
cch int
pdwPriority int
prgSize SIZE
dwRecClrDepth int
pdwFlags int
return void

IsDirty() public method

public IsDirty ( ) : int
return int

Load() public method

public Load ( [ pszFileName, uint dwMode ) : void
pszFileName [
dwMode uint
return void

Save() public method

public Save ( [ pszFileName, [ fRemember ) : void
pszFileName [
fRemember [
return void

SaveCompleted() public method

public SaveCompleted ( [ pszFileName ) : void
pszFileName [
return void