LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SliceImage Property

Show in webframe







Gets the The sliced images.
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

See Also

Reference

SliceCommandEventArgs Class
SliceCommandEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.