mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-21 14:46:20 +08:00
Update release
This commit is contained in:
+6
-6
@@ -1663,37 +1663,37 @@ Native Window
|
||||
public:
|
||||
/// <summary>
|
||||
/// Convert point from native coordinate to GUI coordinate.
|
||||
/// <summary>
|
||||
/// </summary>
|
||||
/// <returns>The converted result.</returns>
|
||||
/// <param name="value">The coordinate to convert.</param>
|
||||
virtual Point Convert(NativePoint value) = 0;
|
||||
/// <summary>
|
||||
/// Convert point from GUI coordinate to native coordinate.
|
||||
/// <summary>
|
||||
/// </summary>
|
||||
/// <returns>The converted result.</returns>
|
||||
/// <param name="value">The coordinate to convert.</param>
|
||||
virtual NativePoint Convert(Point value) = 0;
|
||||
/// <summary>
|
||||
/// Convert size from native coordinate to GUI coordinate.
|
||||
/// <summary>
|
||||
/// </summary>
|
||||
/// <returns>The converted result.</returns>
|
||||
/// <param name="value">The coordinate to convert.</param>
|
||||
virtual Size Convert(NativeSize value) = 0;
|
||||
/// <summary>
|
||||
/// Convert size from GUI coordinate to native coordinate.
|
||||
/// <summary>
|
||||
/// </summary>
|
||||
/// <returns>The converted result.</returns>
|
||||
/// <param name="value">The coordinate to convert.</param>
|
||||
virtual NativeSize Convert(Size value) = 0;
|
||||
/// <summary>
|
||||
/// Convert margin from native coordinate to GUI coordinate.
|
||||
/// <summary>
|
||||
/// </summary>
|
||||
/// <returns>The converted result.</returns>
|
||||
/// <param name="value">The coordinate to convert.</param>
|
||||
virtual Margin Convert(NativeMargin value) = 0;
|
||||
/// <summary>
|
||||
/// Convert margin from GUI coordinate to native coordinate.
|
||||
/// <summary>
|
||||
/// </summary>
|
||||
/// <returns>The converted result.</returns>
|
||||
/// <param name="value">The coordinate to convert.</param>
|
||||
virtual NativeMargin Convert(Margin value) = 0;
|
||||
|
||||
Reference in New Issue
Block a user