Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > SliceCommandEventArgs Class : SliceImage Property |
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(); }