(make-object wx:media-snip% buffer with-border left-margin top-margin right-margin bottom-margin left-inset top-inset right-inset bottom-inset min-width max-width min-height max-height) -> wx:media-snip% object
buffer = null : wx:media-edit% object or null
with-border = #t : boolean
left-margin = wx:const-msnipbox-xmargin : small integer
top-margin = wx:const-msnipbox-ymargin : small integer
right-margin = wx:const-msnipbox-xmargin : small integer
bottom-margin = wx:const-msnipbox-ymargin : small integer
left-inset = wx:const-msnipbox-xinset : small integer
top-inset = wx:const-msnipbox-yinset : small integer
right-inset = wx:const-msnipbox-xinset : small integer
bottom-inset = wx:const-msnipbox-yinset : small integer
min-width = -1 : inexact real
max-width = -1 : inexact real
min-height = -1 : inexact real
max-height = -1 : inexact real
If buffer is non-null, then it will be used as the buffer
contained by the snip. See also
set-media.
If with-border? is not #f, 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 arguments. The border will be
drawn with an inset specified by the -inset arguments.