ImageShapeGeometry Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ImageShapeGeometry(Image) |
Initializes a new instance of the MetafileShapeGeometry class from an Image |
ImageShapeGeometry(String) |
Initializes a new instance of the MetafileShapeGeometry class from a direct path to an image |
ImageShapeGeometry(Image)
Initializes a new instance of the MetafileShapeGeometry class from an Image
public:
ImageShapeGeometry(System::Drawing::Image ^ image);
public ImageShapeGeometry (System.Drawing.Image image);
new Microsoft.VisualStudio.Modeling.Diagrams.ImageShapeGeometry : System.Drawing.Image -> Microsoft.VisualStudio.Modeling.Diagrams.ImageShapeGeometry
Public Sub New (image As Image)
Parameters
- image
- Image
Applies to
ImageShapeGeometry(String)
Initializes a new instance of the MetafileShapeGeometry class from a direct path to an image
public:
ImageShapeGeometry(System::String ^ imageFileName);
public ImageShapeGeometry (string imageFileName);
new Microsoft.VisualStudio.Modeling.Diagrams.ImageShapeGeometry : string -> Microsoft.VisualStudio.Modeling.Diagrams.ImageShapeGeometry
Public Sub New (imageFileName As String)
Parameters
- imageFileName
- String