public bool DrawImage {get; set;}
public: __property bool get_DrawImage(); public: __property void set_DrawImage( bool value );
public: property bool DrawImage { bool get(); void set ( bool value); }
'Declaration Public Property DrawImage As Boolean
'Usage Dim instance As ImGearRenderSettings Dim value As Boolean instance.DrawImage = value value = instance.DrawImage
ImGearRenderSettings Class ImGearRenderSettings Members