示例#1
0
 public static extern SU_RESULT SUTextCreate(ref SUTextRef text);
示例#2
0
 public static extern SUEntityRef SUTextToEntity(SUTextRef text);
示例#3
0
 public static extern SUDrawingElementRef SUTextToDrawingElement(SUTextRef text);
示例#4
0
 public static extern SU_RESULT SUTextSetColor(SUTextRef text, SUColor color);
示例#5
0
 public static extern SU_RESULT SUTextGetScreenPosition(SUTextRef text, ref double percent_x, ref double percent_y);
示例#6
0
 public static extern SU_RESULT SUTextSetPoint(SUTextRef text, ref SUPoint3D point, SUInstancePathRef arrow_type);
示例#7
0
 public static extern SU_RESULT SUTextSetLeaderVector(SUTextRef text, SUVector3D vector);
示例#8
0
 public static extern SU_RESULT SUTextSetArrowType(SUTextRef text, SUArrowType arrow_type);
示例#9
0
 public static extern SU_RESULT SUTextGetPoint(SUTextRef text, ref SUPoint3D point, ref SUInstancePathRef path);
示例#10
0
 public static extern SU_RESULT SUTextSetLeaderType(SUTextRef text, SUTextLeaderType leader);
示例#11
0
 public static extern SU_RESULT SUTextSetFont(SUTextRef text, SUFontRef font);
示例#12
0
 public static extern SU_RESULT SUTextSetString(SUTextRef text, string pstring);
示例#13
0
 public static extern SU_RESULT SUTextGetString(SUTextRef text, out SUStringRef pstring);
示例#14
0
 public static extern SU_RESULT SUTextRelease(ref SUTextRef text);