public void SetLineWidth(float width) { EnsureHandleIsValid(); PF.PFCanvasSetLineWidth(handle, width); }