Xwt.GtkBackend.GtkImage.ImageFrame.ImageFrame C# (CSharp) Method

ImageFrame() public method

public ImageFrame ( Gdk pix, bool owned ) : System
pix Gdk
owned bool
return System
            public ImageFrame(Gdk.Pixbuf pix, bool owned)
            {
                Pixbuf = pix;
                Width = pix.Width;
                Height = pix.Height;
                Scale = 1;
                Owned = owned;
            }

Same methods

GtkImage.ImageFrame::ImageFrame ( Gdk pix, int width, int height, bool owned ) : System
GtkImage.ImageFrame