ImageDrawing Constructors

Definition

Initializes a new instance of the ImageDrawing class.

Overloads

ImageDrawing()

Initializes a new instance of the ImageDrawing class.

ImageDrawing(ImageSource, Rect)

Initializes a new instance of the ImageDrawing class that has the specified target ImageSource and Rect.

ImageDrawing()

Initializes a new instance of the ImageDrawing class.

public:
 ImageDrawing();
public ImageDrawing ();
Public Sub New ()

Applies to

ImageDrawing(ImageSource, Rect)

Initializes a new instance of the ImageDrawing class that has the specified target ImageSource and Rect.

public:
 ImageDrawing(System::Windows::Media::ImageSource ^ imageSource, System::Windows::Rect rect);
public ImageDrawing (System.Windows.Media.ImageSource imageSource, System.Windows.Rect rect);
new System.Windows.Media.ImageDrawing : System.Windows.Media.ImageSource * System.Windows.Rect -> System.Windows.Media.ImageDrawing
Public Sub New (imageSource As ImageSource, rect As Rect)

Parameters

imageSource
ImageSource

Source of the image that is drawn.

rect
Rect

Defines the rectangular area in which the image is drawn.

Applies to