LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

SliceImage Property






Gets the The sliced images. .NET support WinRT support
Syntax
public RasterImage SliceImage {get;}
'Declaration
 
Public ReadOnly Property SliceImage As RasterImage
'Usage
 
Dim instance As SliceCommandEventArgs
Dim value As RasterImage
 
value = instance.SliceImage
public RasterImage SliceImage {get;}
 get_SliceImage(); 
public:
property RasterImage^ SliceImage {
   RasterImage^ get();
}

Property Value

The sliced images. It is the programmer's responsibility to free this image, when it is no longer needed, this member is updated only if SliceCommandFlags.CutSlices flag is used, else it will be null.
Example
Refer to SliceCommandEventArgs example.
Requirements

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

See Also

Reference

SliceCommandEventArgs Class
SliceCommandEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.