Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / MeasureImage Method

In This Topic
    MeasureImage Method (GcPdfGraphics)
    In This Topic
    Syntax
    'Declaration
     
    Public Function MeasureImage( _
       ByVal image As IImage, _
       ByVal destBounds As System.Drawing.RectangleF, _
       ByVal align As ImageAlign _
    ) As System.Drawing.RectangleF()
    public System.Drawing.RectangleF[] MeasureImage( 
       IImage image,
       System.Drawing.RectangleF destBounds,
       ImageAlign align
    )

    Parameters

    image
    destBounds
    align
    See Also