ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class
Properties Methods


In This Topic
    Region Class Members
    In This Topic

    The following tables list the members exposed by Region.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Returns a handle to this GdiObject object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates an exact copy if this GdiObject object.  
    Public MethodOverloaded. Updates this Region object to contain the portion of the specified System.Drawing.Rectangle structure that does not intersect with this Region object.  
    Public Methodstatic (Shared in Visual Basic)Creates a chord region (a region bounded by the intersection of an ellipse and a line segment, called a secant).  
    Public Methodstatic (Shared in Visual Basic)Create a ellipse region.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Methodstatic (Shared in Visual Basic)Create a pie region.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Create a polygons region from the point array which defines the vertices of the polygon.  
    Public Methodstatic (Shared in Visual Basic)Creates a rectangular Region with rounded corners.  
    Public MethodOverloaded. Releases all resources used by this GdiObject object. (Inherited from C1.Framework.Drawing.Gdi.GdiObject)
    Public MethodOverloaded. Tests whether the specified Region object is identical to this Region object.  
    Public MethodOverloaded. Updates this Region object to the portion of its interior that does not intersect with the specified System.Drawing.Rectangle structure.  
    Public Methodstatic (Shared in Visual Basic)Create a new gdi region that is same as the gdi+ region.  
    Public MethodGets a System.Drawing.Rectangle structure that represents a rectangle that bounds this Region object.  
    Public MethodRetieves the rectangle information that makes up this instance of the Region object.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Updates this Region object to the intersection of itself with the specified System.Drawing.Rectangle structure.  
    Public MethodTests whether this Region object has an empty interior.  
    Public MethodOverloaded. Tests whether the specified System.Drawing.Point structure is contained within this Region object.  
    Public MethodInitializes this Region object to an empty interior.  
    Public Methodstatic (Shared in Visual Basic)Returns an array of System.Drawing.Rectangle structures that approximate this Region object.  
    Public Methodstatic (Shared in Visual Basic)Creates a new gdi+ System.Drawing.Region object from the gdi Region object.  
    Public MethodOffsets the coordinates of this Region object by the specified amount.  
    Public MethodOverloaded. Updates this Region object to the union of itself and the specified System.Drawing.Rectangle structure.  
    Public MethodOverloaded. Updates this Region object to the union minus the intersection of itself with the specified System.Drawing.Rectangle strcuture.  
    Top
    Protected Methods
     NameDescription
    Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from C1.Framework.Drawing.Gdi.GdiObject)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Top
    See Also