MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / Rect64

Method Rect64

CSharp/Clipper2Lib/Clipper.Core.cs:256–262  ·  view source on GitHub ↗
(long l, long t, long r, long b)

Source from the content-addressed store, hash-verified

254 public long bottom;
255
256 public Rect64(long l, long t, long r, long b)
257 {
258 left = l;
259 top = t;
260 right = r;
261 bottom = b;
262 }
263
264 public Rect64(bool isValid)
265 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected