C# Class BetterExplorer.PreviewMedia

Exibir arquivo Open project: Gainedge/BetterExplorer

Public Methods

Method Description
Disposeimg ( ) : void
LoadPreview ( Point pos ) : void
MovePreview ( Point NewPos ) : void
PreviewMedia ( ) : BExplorer.Shell.Interop
SetImage ( string imagepath ) : void

Method Details

Disposeimg() public method

public Disposeimg ( ) : void
return void

LoadPreview() public method

public LoadPreview ( Point pos ) : void
pos Point
return void

MovePreview() public method

public MovePreview ( Point NewPos ) : void
NewPos Point
return void

PreviewMedia() public method

public PreviewMedia ( ) : BExplorer.Shell.Interop
return BExplorer.Shell.Interop

SetImage() public method

public SetImage ( string imagepath ) : void
imagepath string
return void