int ObjectMakeLabel( string n, int xoff, int yoff ) {
ObjectCreate( n, OBJ_LABEL, 0, 0, 0 );
ObjectSet ( n, OBJPROP_CORNER, labelCorner );
ObjectSet ( n, OBJPROP_XDISTANCE, xoff );
ObjectSet ( n, OBJPROP_YDISTANCE, yoff );
ObjectSet ( n, OBJPROP_BACK, true );
int ObjectMakeLabel (สาย n, int xoff, int yoff) {
ObjectCreate (n, OBJ_LABEL, 0, 0, 0);
ObjectSet (n, OBJPROP_CORNER, labelCorner);
ObjectSet (n, OBJPROP_XDISTANCE, xoff);
ObjectSet (n, OBJPROP_YDISTANCE, yoff);
ObjectSet (n, OBJPROP_BACK, true);
การแปล กรุณารอสักครู่..
int ObjectMakeLabel (สตริง n, int XOFF, int Yoff) {
ObjectCreate (n, OBJ_LABEL, 0, 0, 0);
ObjectSet (n, OBJPROP_CORNER, labelCorner);
ObjectSet (n, OBJPROP_XDISTANCE, XOFF);
ObjectSet (n, OBJPROP_YDISTANCE, Yoff);
ObjectSet (n, OBJPROP_BACK จริง);
การแปล กรุณารอสักครู่..
1 objectmakelabel ( สตริง , int XOFF , int yoff ) {
objectcreate ( N , obj_label , 0 , 0 , 0 ) ;
objectset ( N , objprop_corner labelcorner , ) ;
objectset ( N , objprop_xdistance XOFF , ) ;
objectset ( N , objprop_ydistance yoff , ) ;
objectset objprop_back ( n ,
จริง )
การแปล กรุณารอสักครู่..