Leadtools Namespace > RasterRegion Class : FromData Method |
public static RasterRegion FromData( byte[] data )
'Declaration Public Shared Function FromData( _ ByVal data() As Byte _ ) As RasterRegion
'Usage Dim data() As Byte Dim value As RasterRegion value = RasterRegion.FromData(data)
public static RasterRegion FromData( byte[] data )
function Leadtools.RasterRegion.FromData( data )
public: static RasterRegion^ FromData( array<byte>^ data )
You can get the data that defines a region by creating a RasterRegion using any of the region methods and using the GetData method to obtain the data.
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