SrcRect

EmfPlusBeginContainer.SrcRect property

Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation for the container. This transformation results in SrcRect when applied to DestRect.

public RectangleF SrcRect { get; set; }

Property Value

The source rect.

See Also