@property (nonatomic, assign) LeadRect rectangle;
public LeadRect getRectangle()
public void setRectangle(LeadRect value)
get_Rectangle();
set_Rectangle(value);
Object.defineProperty('Rectangle');
'Declaration
Public Property Rectangle As LeadRect
'Usage
Dim instance As ScrambleCommand
Dim value As LeadRect
instance.Rectangle = value
value = instance.Rectangle
Property Value
The rectangle which describes the area to scramble.