ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class : GetRenderBounds Method |
'Declaration Public Overridable Function GetRenderBounds( _ ByVal pageDisplay As IImGearPageDisplay _ ) As ImGearRectangle
'Usage Dim instance As ImGearARTMark Dim pageDisplay As IImGearPageDisplay Dim value As ImGearRectangle value = instance.GetRenderBounds(pageDisplay)
public virtual ImGearRectangle GetRenderBounds( IImGearPageDisplay pageDisplay )
public: virtual ImGearRectangle GetRenderBounds( IImGearPageDisplay* pageDisplay )
public: virtual ImGearRectangle GetRenderBounds( IImGearPageDisplay^ pageDisplay )
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...