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