RectData

EmfPlusDrawImage.RectData property

Gets or sets the rect data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the image. The portion of the image specified by the SrcRect field is scaled to fit this rectangle.

public RectangleF RectData { get; set; }

See Also