|
@@ -5,6 +5,9 @@ using System;
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Implement this interface to provide orientation support.
|
|
/// Implement this interface to provide orientation support.
|
|
/// </summary>
|
|
/// </summary>
|
|
|
|
+/// <remarks>
|
|
|
|
+/// See <see cref="OrientationHelper"/> for a helper class that implements this interface.
|
|
|
|
+/// </remarks>
|
|
public interface IOrientation
|
|
public interface IOrientation
|
|
{
|
|
{
|
|
/// <summary>
|
|
/// <summary>
|