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