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: gdouble

No description available.

width_unit: GimpUnit

No description available.

exact_width: gboolean

No description available.

height: gdouble

No description available.

height_unit: GimpUnit

No description available.

exact_height: gboolean

No description available.

correct_ratio: gboolean

No description available.

pixel_density: gdouble

No description available.

density_unit: GimpUnit

No description available.

exact_density: gboolean

No description available.