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
<br/>get_SourceRectangle();<br/>set_SourceRectangle(value);<br/>Object.defineProperty('SourceRectangle');
public:
property LeadRect SourceRectangle {
LeadRect get();
void set ( LeadRect value);
}
Property Value
A
LeadRect which defines the area of the source image to be warped.