IOrientedElement Interface
Provides the base requirements for an element that has an Orientation property.
public interface IOrientedElement
Properties
Orientation
Gets the orientation of the element.
Orientation Orientation { get; }
Property Value
- Orientation:
The orientation of the element.
Extension Methods
- OrientedElementExtensions.CreatePoint(IOrientedElement, double, double)
- OrientedElementExtensions.CreateRect(IOrientedElement, double, double, double, double)
- OrientedElementExtensions.CreateSize(IOrientedElement, double, double)
- OrientedElementExtensions.GetLocationAscent(IOrientedElement, Point)
- OrientedElementExtensions.GetLocationAscent(IOrientedElement, Rect)
- OrientedElementExtensions.GetLocationAscent(IOrientedElement, Vector)
- OrientedElementExtensions.GetLocationExtent(IOrientedElement, Point)
- OrientedElementExtensions.GetLocationExtent(IOrientedElement, Rect)
- OrientedElementExtensions.GetLocationExtent(IOrientedElement, Vector)
- OrientedElementExtensions.GetOrientedValue<T>(IOrientedElement, Func<T>, Func<T>)
- OrientedElementExtensions.GetOrientedValue<T>(IOrientedElement, T, T)
- OrientedElementExtensions.GetPoint(IOrientedElement, double, double)
- OrientedElementExtensions.GetSizeAscent(IOrientedElement, Rect)
- OrientedElementExtensions.GetSizeAscent(IOrientedElement, Size)
- OrientedElementExtensions.GetSizeExtent(IOrientedElement, Rect)
- OrientedElementExtensions.GetSizeExtent(IOrientedElement, Size)
- OrientedElementExtensions.GetThicknessFarAscent(IOrientedElement, Thickness)
- OrientedElementExtensions.GetThicknessFarExtent(IOrientedElement, Thickness)
- OrientedElementExtensions.GetThicknessNearAscent(IOrientedElement, Thickness)
- OrientedElementExtensions.GetThicknessNearExtent(IOrientedElement, Thickness)
- OrientedElementExtensions.PerformOrientedAction(IOrientedElement, Action, Action)
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)