In This Topic
Overload List
Overload | Description |
Picture Constructor() | Creates a picture. |
Picture Constructor(Image) | Creates a picture with the specified image. |
Picture Constructor(Image,RenderStyle) | Creates a picture with the specified image and style. |
Picture Constructor(Image,Color) | Creates a picture with the specified image and transparency color. |
Picture Constructor(Image,RenderStyle,Color) | Creates a picture with the specified image, style, and transparency color. |
Picture Constructor(Image,RenderStyle,Color,HorizontalAlignment,VerticalAlignment) | Creates a picture with the specified image, style, transparency color, and alignment. |
Picture Constructor(Image,RenderStyle,Color,Int32) | Creates a picture with the specified image, style, transparency color, and transparency tolerance. |
Picture Constructor(Image,RenderStyle,Color,Int32,HorizontalAlignment,VerticalAlignment) | Creates a picture with the specified image, style, transparency color (with tolerance), and alignments of contents. |
Picture Constructor(Object) | Creates a picture by copying another. |
See Also