ImageGear22.Art Assembly > ImageGear.ART Namespace > ImGearARTHollowEllipse Class : GetRenderBounds Method |
'Declaration Public Overrides Function GetRenderBounds( _ ByVal pageDisplay As IImGearPageDisplay _ ) As ImGearRectangle
'Usage Dim instance As ImGearARTHollowEllipse Dim pageDisplay As IImGearPageDisplay Dim value As ImGearRectangle value = instance.GetRenderBounds(pageDisplay)
public override ImGearRectangle GetRenderBounds( IImGearPageDisplay pageDisplay )
public: ImGearRectangle GetRenderBounds( IImGearPageDisplay* pageDisplay ) override
public: ImGearRectangle GetRenderBounds( IImGearPageDisplay^ pageDisplay ) override
As opposed to Bounds property, which takes into account mark's bounding points only, this method considers all rendering elements of the mark - i.e. in addition to the bounding points it takes into account additional attributes, if any: border, line width, label, selection, etc...