Skip to content

BoundingBox for TextEntity. #728

@chenj07

Description

@chenj07

How do I get the BoundingBox dimensions for a TextEntity?

public override BoundingBox GetBoundingBox()
{
	return new BoundingBox(this.InsertPoint);
}

Is what the TextEntity.GetBoundingBox looks like currently. Is retrieving the boundingBox when the TextEntity has a value not a possible due to font metrics?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions