摘要:
if (text.HorizontalMode == TextHorizontalMode.TextLeft && text.VerticalMode == TextVerticalMode.TextBase) { // use Position } else { // use AlignmentPoint } if (text.Justify == Attac... 阅读全文
摘要:
using System.Windows.Forms;namespace AutoCadWinFormDialogSample{ public partial class SingleButtonDialog : Form { public SingleButtonDialog() { Initia 阅读全文