diff --git a/Import/GacUI.h b/Import/GacUI.h index 1291653d..40898d95 100644 --- a/Import/GacUI.h +++ b/Import/GacUI.h @@ -1663,37 +1663,37 @@ Native Window public: /// /// Convert point from native coordinate to GUI coordinate. - /// + /// /// The converted result. /// The coordinate to convert. virtual Point Convert(NativePoint value) = 0; /// /// Convert point from GUI coordinate to native coordinate. - /// + /// /// The converted result. /// The coordinate to convert. virtual NativePoint Convert(Point value) = 0; /// /// Convert size from native coordinate to GUI coordinate. - /// + /// /// The converted result. /// The coordinate to convert. virtual Size Convert(NativeSize value) = 0; /// /// Convert size from GUI coordinate to native coordinate. - /// + /// /// The converted result. /// The coordinate to convert. virtual NativeSize Convert(Size value) = 0; /// /// Convert margin from native coordinate to GUI coordinate. - /// + /// /// The converted result. /// The coordinate to convert. virtual Margin Convert(NativeMargin value) = 0; /// /// Convert margin from GUI coordinate to native coordinate. - /// + /// /// The converted result. /// The coordinate to convert. virtual NativeMargin Convert(Margin value) = 0;