Bitmap
as Control
#2596
visualizor
started this conversation in
General
Replies: 1 comment 2 replies
-
It works because of this implicit conversion on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I instantiate a
Bitmap
like so:It can be added to the layout even though the
DynamicLayout.Add
method takes aControl
as its first arg. How does that work?If the pic gets passed into another method as an
object
, whereControl
s are added to a layout, I only have anif
to catchControl
s.This
Bitmap
will slip through...Beta Was this translation helpful? Give feedback.
All reactions