←Select platform

SourceImage Property

Summary
Gets or sets 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 AlphaBlendCommand.

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.Effects Assembly

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