[]
Set float bound.
protected virtual void SetBoundsFloatInternal(float x, float y, float width, float height)
Protected Overridable Sub SetBoundsFloatInternal(x As Single, y As Single, width As Single, height As Single)
Type | Name | Description |
---|---|---|
float | x | X-coordinate for bounding rectangle's top-left corner |
float | y | Y-coordinate for bounding rectangle's top-left corner |
float | width | Width of bounding rectangle in pixels |
float | height | Height of bounding rectangle in pixels |