Struct
GimpVectorLoadData
Description
struct GimpVectorLoadData {
  gdouble width;
  GimpUnit* width_unit;
  gboolean exact_width;
  gdouble height;
  GimpUnit* height_unit;
  gboolean exact_height;
  gboolean correct_ratio;
  gdouble pixel_density;
  GimpUnit* density_unit;
  gboolean exact_density;
}
No description available.
Structure members
- width
- No description available. 
- width_unit
- No description available. 
- exact_width
- No description available. 
- height
- No description available. 
- height_unit
- No description available. 
- exact_height
- No description available. 
- correct_ratio
- No description available. 
- pixel_density
- No description available. 
- density_unit
- No description available. 
- exact_density
- No description available.