Animatroller.Framework.LogicalDevice.VirtualPixel1D.PixelDevice.IsPositionForThisDevice C# (CSharp) Метод

IsPositionForThisDevice() публичный Метод

public IsPositionForThisDevice ( int position ) : bool
position int
Результат bool
            public bool IsPositionForThisDevice(int position)
            {
                return position >= this.StartPosition && position <= this.EndPosition;
            }
VirtualPixel1D.PixelDevice