公開方法(Public Methods) | |
| IPoint | GetEnd () |
| 線條的結束位置。 | |
| float | GetLineThickness () |
| 根據使用的標尺單位設定線條的厚度。 | |
| IRuler | GetRuler () |
| 用於放置的標尺。如果未設置,則使用默認的標尺設置。 | |
| IPoint | GetStart () |
| 線條的起始位置。 | |
| void | SetEnd (IPoint end) |
| void | SetLineThickness (float lineThickness) |
| void | SetRuler (IRuler ruler) |
| void | SetStart (IPoint start) |
| String | ToString () |
| 返回可發送到印表機的字串。 | |
保護方法(Protected Methods) | |
| ALine (IPoint start, IPoint end, float lineThickness) | |