1 \section{\class{wxSize
}}\label{wxsize
}
3 A
{\bf wxSize
} is a useful data structure for graphics operations.
4 It simply contains integer
{\it x
} and
{\it y
} members.
8 \helpref{wxObject
}{wxobject
}
12 \helpref{wxPoint
}{wxpoint
},
\helpref{wxRealPoint
}{wxrealpoint
}
14 \latexignore{\rtfignore{\wxheading{Members
}}}
16 \membersection{wxSize::wxSize
}
18 \func{}{wxSize
}{\void}
20 \func{}{wxSize
}{\param{int
}{ x
},
\param{int
}{ y
}}
22 Creates a size object.
24 \membersection{wxSize::x
}
30 \membersection{wxSize::y
}
36 \membersection{wxSize::GetX
}\label{wxsizegetx
}
38 \constfunc{int
}{GetX
}{\void}
42 \membersection{wxSize::GetY
}\label{wxsizegety
}
44 \constfunc{int
}{GetY
}{\void}
48 \membersection{wxSize::Set
}\label{wxsizeset
}
50 \func{void
}{Set
}{\param{int
}{ x
},
\param{int
}{ y
}}
52 Sets the x and y members.
54 \membersection{wxSize::operator $=$
}
56 \func{void
}{operator $=$
}{\param{const wxSize\&
}{sz
}}