SrcRect

EmfPlusDrawImage.SrcRect property

Gets or sets the source rect An EmfPlusRectF object that specifies a portion of the image to be rendered. The portion of the image specified by this rectangle is scaled to fit the destination rectangle specified by the RectData field.

public RectangleF SrcRect { get; set; }

See Also