ImageGear .NET - Updated
GetRenderBounds Method (ImGearARTMark)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class : GetRenderBounds Method
The page display.
Gets rendering bounding rectangle of the mark in abstract coordinates.
Syntax
'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
) 

Parameters

pageDisplay
The page display.

Return Value

Remarks
The type of the mark's coordinate system is specifying when using ImGearARTPage.AddMark method.

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...

See Also

Reference

ImGearARTMark Class
ImGearARTMark Members