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