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

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

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