Gets or sets the area of the source image to be warped.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SourceRectangle As LeadRect |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CombineWarpCommand
Dim value As LeadRect
instance.SourceRectangle = value
value = instance.SourceRectangle |
C# | |
---|
public LeadRect SourceRectangle {get; set;} |
Property Value
A
LeadRect which defines the area of the source image to be warped.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
See Also