'Declaration Public Property ViewRect As ImGearRectangle
'Usage Dim instance As CADCamera Dim value As ImGearRectangle instance.ViewRect = value value = instance.ViewRect
public ImGearRectangle ViewRect {get; set;}
public: __property ImGearRectangle get_ViewRect(); public: __property void set_ViewRect( ImGearRectangle value );
public: property ImGearRectangle ViewRect { ImGearRectangle get(); void set ( ImGearRectangle value); }