PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / DrawImage Method

In This Topic
    DrawImage Method
    In This Topic
    Draws the specified Windows.UI.Xaml.Media.Imaging.WriteableBitmap object at the specified location, adjusting the image size as specified by the align and stretch parameters.
    Overload List
    OverloadDescription
    Draws the specified Windows.UI.Xaml.Media.Imaging.WriteableBitmap object at the specified location, adjusting the image size as specified by the align and stretch parameters.  
    Draws the specified Windows.UI.Xaml.Media.Imaging.WriteableBitmap object at the specified location, stretching it to fit the destination rectangle.  
    Draws the specified Windows.UI.Xaml.Media.Imaging.WriteableBitmap object at the specified location, clipping the output to the given clipping rectangle.  
    Draws the specified ARGB pixels at the specified location, clipping the output to the given clipping rectangle.  
    See Also