AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The image library. 更多...
Public 成员函数 | |
void | RemoveImage (String^ id) |
void | RemoveImage (Path^ filePath) |
void | SetLibraryPath (Path^ path) |
Path^ | GetLibraryPath () |
The image library.
TODO:
Path ^ AnyCAD::Platform::ImageLibrary::GetLibraryPath | ( | ) |
Get the library path.
void AnyCAD::Platform::ImageLibrary::RemoveImage | ( | String^ | id | ) |
Remove the cached image.
id | the image id. |
void AnyCAD::Platform::ImageLibrary::RemoveImage | ( | Path^ | filePath | ) |
Remove the cached image.
filePath | the image path. |
void AnyCAD::Platform::ImageLibrary::SetLibraryPath | ( | Path^ | path | ) |
Set the image library path.
path | the folder. |