void wxMediaSnip (wxMediaEdit *useMedia = NULL, Bool withBorder = TRUE,
int leftMargin = wxMSNIPBOX_XMARGIN,
int topMargin = wxMSNIPBOX_YMARGIN,
int rightMargin = wxMSNIPBOX_XMARGIN,
int bottomMargin = wxMSNIPBOX_YMARGIN,
int leftInset = wxMSNIPBOX_XINSET,
int topInset = wxMSNIPBOX_YINSET,
int rightInset = wxMSNIPBOX_XINSET,
int bottomInset = wxMSNIPBOX_YINSET,
float minWidth = -1, float maxWidth = -1,
float minHeight = -1, float maxHeight = -1)
Creates a wxMediaSnip. If withBorder is TRUE, then a border will be drawn around the snip. The buffer display will be inset in the snip area by the amounts specified in the margin parameters. The border will be drawn with an inset specified by the inset parameters.
If useMedia is non-NULL, then it will be used as the buffer contained by the snip, and it will be destroyed when the snip is destroyed. Otherwise, a new wxMediaEdit object will be created.