public LeadRect DestinationRectangle {get; set;}
'Declaration
Public Property DestinationRectangle As LeadRect
'Usage
Dim instance As TextureAlphaBlendCommand
Dim value As LeadRect
instance.DestinationRectangle = value
value = instance.DestinationRectangle
public LeadRect DestinationRectangle {get; set;}
get_DestinationRectangle();
set_DestinationRectangle(value);
Object.defineProperty('DestinationRectangle');
public:
property LeadRect DestinationRectangle {
LeadRect get();
void set ( LeadRect value);
}
Property Value
LeadRect structure that contains the destination rectangle.