←Select platform

SliceImage Property

Summary
Gets the sliced images.
Syntax
C#
VB
C++
public RasterImage SliceImage { get; } 
Public ReadOnly Property SliceImage As RasterImage 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.