public RectOffset(int left, int right, int top, int bottom) { this.m_Ptr = RectOffset.InternalCreate(); this.left = left; this.right = right; this.top = top; this.bottom = bottom; }
public RectOffset() { this.m_Ptr = RectOffset.InternalCreate(); }