AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::ImageLibrary类 参考

The image library. 更多...

#include <APIImageLibrary.h>

Public 成员函数

void RemoveImage (const String &id)
 
void RemoveImage (const Path &filePath)
 
void SetLibraryPath (const Path &path)
 
Path GetLibraryPath () const
 

详细描述

The image library.

TODO:

成员函数说明

Path AnyCAD::API::ImageLibrary::GetLibraryPath ( ) const

Get the library path.

返回
the path.
void AnyCAD::API::ImageLibrary::RemoveImage ( const String id)

Remove the cached image.

参数
idthe image id.
void AnyCAD::API::ImageLibrary::RemoveImage ( const Path filePath)

Remove the cached image.

参数
filePaththe image path.
void AnyCAD::API::ImageLibrary::SetLibraryPath ( const Path path)

Set the image library path.

参数
paththe folder.

该类的文档由以下文件生成: