public static RasterRegion ConvertFromRegion( Region region )
'Declaration Public Shared Function ConvertFromRegion( _ ByVal region As Region _ ) As RasterRegion
'Usage Dim region As Region Dim value As RasterRegion value = RasterRegionConverter.ConvertFromRegion(region)
public static RasterRegion ConvertFromRegion( Region region )
function Leadtools.Drawing.RasterRegionConverter.ConvertFromRegion( region )
public: static RasterRegion^ ConvertFromRegion( Region^ region )
The LEADTOOLS Leadtools.RasterRegion class provides a platform independent representation of an area of interest in a Leadtools.RasterImage that can be used in any platform supported by LEADTOOLS such as GDI, GDI+, WPF and Silverlight. Use this class To convert a LEADTOOLS Leadtools.RasterRegion object to/from a GDI HRGN and System.Drawing (GDI+) System.Drawing.Region object.
For more information refer to RasterImage and GDI/GDI+.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2