AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::ImageNode类 参考

The Image Node -since R2014UR1. 更多...

类 AnyCAD::Platform::ImageNode 继承关系图:
AnyCAD::Platform::CustomizedSceneNode AnyCAD::Platform::SceneNode AnyCAD::Platform::Object

Public 成员函数

void SetImage (Path^ fileName)
 
PathGetImage ()
 
void SetWidth (Real _Width)
 
Real GetWidth ()
 
void SetHeight (Real _Height)
 
Real GetHeight ()
 
- Public 成员函数 继承自 AnyCAD::Platform::SceneNode
ElementIdGetId ()
 
void SetId (ElementId^ nId)
 
String^ GetName ()
 
void SetName (String^ name)
 
void SetVisible (bool bVisible)
 
bool IsVisible ()
 
bool IsPickable ()
 
void SetPickable (bool enabled)
 
bool IsFilterable ()
 
void SetFilterable (bool enabled)
 
bool IsFixedSize ()
 
void SetFixedSize (bool enabled)
 
void SetBBox (AABox^ bbox)
 
AABoxGetBBox ()
 
void SetTransform (Matrix4^ trf)
 
Matrix4GetTransform ()
 
void SetPointStyle (PointStyle^ pointStyle)
 
PointStyleGetPointStyle ()
 
void SetLineStyle (LineStyle^ lineStyle)
 
LineStyleGetLineStyle ()
 
void SetFaceStyle (FaceStyle^ faceStyle)
 
FaceStyleGetFaceStyle ()
 
void SetRenderOrder (int order)
 
int GetRenderOrder ()
 
void ResetShapeFilter (int nFilter)
 
- Public 成员函数 继承自 AnyCAD::Platform::Object
String^ GetObjectClassId ()
 
StringList^ ListParentClassIds ()
 

详细描述

The Image Node -since R2014UR1.

TODO:

成员函数说明

Real AnyCAD::Platform::ImageNode::GetHeight ( )

Get the height.

返回
the height.
Path ^ AnyCAD::Platform::ImageNode::GetImage ( )

Get Image file name.

返回
the file name.
Real AnyCAD::Platform::ImageNode::GetWidth ( )

Get the width.

返回
the width.
void AnyCAD::Platform::ImageNode::SetHeight ( Real  _Height)

Set height.

参数
_Heightthe height of the image
void AnyCAD::Platform::ImageNode::SetImage ( Path fileName)

Set Image file.

参数
fileNamethe full path name
void AnyCAD::Platform::ImageNode::SetWidth ( Real  _Width)

Set width.

参数
_Widththe width of the image

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