Accusoft.NotateXpress13.Net
GroupBoundingRectangle Property




Gets and sets the rectangle boundary area for elements in a group.
Syntax
'Declaration
 
Public Property GroupBoundingRectangle As Rectangle
'Usage
 
Dim instance As GroupElementCollection
Dim value As Rectangle
 
instance.GroupBoundingRectangle = value
 
value = instance.GroupBoundingRectangle
public Rectangle GroupBoundingRectangle {get; set;}
public: __property Rectangle get_GroupBoundingRectangle();
public: __property void set_GroupBoundingRectangle( 
   Rectangle value
);
public:
property Rectangle GroupBoundingRectangle {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

A System.Drawing.Rectangle which defines the area.
See Also

Reference

GroupElementCollection Class
GroupElementCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback