←Select platform

SliceImage Property

Summary

Gets the sliced images.

Syntax

C#
VB
WinRT C#
C++
public RasterImage SliceImage { get; } 
Public ReadOnly Property SliceImage As Leadtools.RasterImage 
public Leadtools.RasterImage SliceImage {get;} 
 get_SliceImage();  
public: 
property Leadtools.RasterImage^ SliceImage { 
   Leadtools.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly