Exemplo n.º 1
0
 public static extern SUDrawingElementRef SUImageToDrawingElement(SUImageRef image);
Exemplo n.º 2
0
 public static extern SU_RESULT SUImageCreateFromFile(ref SUImageRef image, string file_path);
Exemplo n.º 3
0
 public static extern SU_RESULT SUImageGetDimensions(SUImageRef image, ref double width, ref double height);
Exemplo n.º 4
0
 public static extern SUEntityRef SUImageToEntity(SUImageRef image);
Exemplo n.º 5
0
 public static extern SU_RESULT SUImageSetTransform(SUImageRef image, ref SUTransformation transform);
Exemplo n.º 6
0
 public static extern SU_RESULT SUImageGetFileName(SUImageRef image, ref SUStringRef file_name);
Exemplo n.º 7
0
 public static extern SU_RESULT SUImageSetName(SUImageRef image, string name);
Exemplo n.º 8
0
 public static extern SU_RESULT SUImageGetName(SUImageRef image, ref SUStringRef name);
Exemplo n.º 9
0
 public static extern SU_RESULT SUImageGetImageRep(SUImageRef image, ref SUImageRepRef image_rep);
Exemplo n.º 10
0
 public static extern SU_RESULT SUImageCreateFromImageRep(ref SUImageRef image, SUImageRepRef image_rep);
Exemplo n.º 11
0
 public static extern SU_RESULT SUEntitiesAddImage(SUEntitiesRef entities, SUImageRef image);