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