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.
6 \wxheading{Derived from
}
10 \wxheading{Include files
}
16 \helpref{wxPoint
}{wxpoint
},
\helpref{wxRealPoint
}{wxrealpoint
}
18 \latexignore{\rtfignore{\wxheading{Members
}}}
20 \membersection{wxSize::wxSize
}
22 \func{}{wxSize
}{\void}
24 \func{}{wxSize
}{\param{int
}{ x
},
\param{int
}{ y
}}
26 Creates a size object.
28 \membersection{wxSize::x
}
34 \membersection{wxSize::y
}
40 \membersection{wxSize::GetX
}\label{wxsizegetx
}
42 \constfunc{int
}{GetX
}{\void}
46 \membersection{wxSize::GetY
}\label{wxsizegety
}
48 \constfunc{int
}{GetY
}{\void}
52 \membersection{wxSize::Set
}\label{wxsizeset
}
54 \func{void
}{Set
}{\param{int
}{ x
},
\param{int
}{ y
}}
56 Sets the x and y members.
58 \membersection{wxSize::operator $=$
}
60 \func{void
}{operator $=$
}{\param{const wxSize\&
}{sz
}}