public LeadRect SourceRectangle {get; set;}
'Declaration
Public Property SourceRectangle As LeadRect
'Usage
Dim instance As CombineWarpCommand
Dim value As LeadRect
instance.SourceRectangle = value
value = instance.SourceRectangle
public LeadRect SourceRectangle {get; set;}
@property (nonatomic, assign) LeadRect sourceRectangle;
get_SourceRectangle();
set_SourceRectangle(value);
Object.defineProperty('SourceRectangle');
public:
property LeadRect SourceRectangle {
LeadRect get();
void set ( LeadRect value);
}
Property Value
A
Leadtools.LeadRect which defines the area of the source image to be warped.