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

The line/edge style. 更多...

类 AnyCAD::Platform::LineStyle 继承关系图:
AnyCAD::Platform::RenderStyle AnyCAD::Platform::Object

Public 成员函数

void SetLineWidth (float fWidth)
 
float GetLineWidth ()
 
void SetPatternFactor (float patternFactor)
 
float GetPatternFactor ()
 
void SetPatternStyle (int style)
 
int GetPatternStyle ()
 
- Public 成员函数 继承自 AnyCAD::Platform::RenderStyle
void SetColor (ColorValue^ clr)
 
void SetColor (int r, int g, int b)
 
ColorValueGetColor ()
 
- Public 成员函数 继承自 AnyCAD::Platform::Object
String^ GetObjectClassId ()
 
StringList^ ListParentClassIds ()
 

详细描述

The line/edge style.

TODO:

成员函数说明

float AnyCAD::Platform::LineStyle::GetLineWidth ( )

Get Line Width

返回
float
float AnyCAD::Platform::LineStyle::GetPatternFactor ( )

Get Line pattern factor.

返回
the pattern factor.
int AnyCAD::Platform::LineStyle::GetPatternStyle ( )

Get Line pattern.

返回
the style pattern.
void AnyCAD::Platform::LineStyle::SetLineWidth ( float  fWidth)

Set Line Width

参数
fWidththe width
void AnyCAD::Platform::LineStyle::SetPatternFactor ( float  patternFactor)

Set Line pattern factor.

参数
patternFactorthe pattern factor.
void AnyCAD::Platform::LineStyle::SetPatternStyle ( int  style)

Set Line pattern.

参数
stylethe style pattern.

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