BoundingBoxPx

EpsImage.BoundingBoxPx property

This property returns the original bounding box of the EpsImage instance in pixels, providing essential geometric data for accurate rendering and manipulation. With this information, users can ensure precise placement and sizing /// of EPS images in their projects, enhancing overall visual presentation and quality.

public Rectangle BoundingBoxPx { get; }

See Also