Rectangle.ToInt() Method Definition Namespace: Brine2D.Core Converts to integer coordinates by rounding. Useful for pixel-perfect rendering. C#public (int X,int Y,int Width,int Height) ToInt(); Returns <System.Int32,System.Int32,System.Int32,System.Int32>