ImageGear .NET - Updated
GetRenderBounds Method (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : GetRenderBounds Method
The page display.
Gets rendering bounding rectangle of the mark in abstract coordinates.
Syntax
'Declaration
 
Public Overrides Function GetRenderBounds( _
   ByVal pageDisplay As IImGearPageDisplay _
) As ImGearRectangle
'Usage
 
Dim instance As ImGearARTPolygon
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 

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

ImGearARTPolygon Class
ImGearARTPolygon Members