Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

Region Property






Gets the System.Drawing.Region object associated with this RasterImageGdiPlusGraphicsContainer.
Syntax
public Region Region {get;}
'Declaration
 
Public ReadOnly Property Region As Region
'Usage
 
Dim instance As RasterImageGdiPlusGraphicsContainer
Dim value As Region
 
value = instance.Region
public:
property Region^ Region {
   Region^ get();
}

Property Value

The System.Drawing.Region object associated with this RasterImageGdiPlusGraphicsContainer.
Example
For an example, refer to RasterImageGdiPlusGraphicsContainer.
Requirements

Target Platforms

See Also

Reference

RasterImageGdiPlusGraphicsContainer Class
RasterImageGdiPlusGraphicsContainer Members

Error processing SSI file