public void FillRect(Rect rect) { EnsureHandleIsValid(); var pfRect = PFUnityConv.PFRectF(rect); PF.PFCanvasFillRect(handle, ref pfRect); }