Praeclarum.Graphics.StrokeDirectionEx.IsHorizontal C# (CSharp) Метод

IsHorizontal() публичный статический Метод

public static IsHorizontal ( this d ) : bool
d this
Результат bool
		public static bool IsHorizontal (this StrokeDirection d)
		{
			return (d == StrokeDirection.Left) || (d == StrokeDirection.Right);
		}