←Select platform

SourceImage Property

Summary

Gets or set the RasterImage object that references the source image.

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage SourceImage { get; set; } 
Public Property SourceImage As RasterImage 
@property (nonatomic, strong, nullable) LTRasterImage *sourceImage 
public RasterImage getSourceImage() 
public void setSourceImage(RasterImage value) 
public: 
property RasterImage^ SourceImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

RasterImage object that references the source image.

Example

Refer to FeatherAlphaBlendCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly