Class EmfPlusRectF
The EmfPlusRectF object specifies a rectangle's origin, height, and width as 32-bit floating-point values.
public sealed class EmfPlusRectF : EmfPlusStructureObjectType
- Inheritance
-
EmfPlusRectF
- Inherited Members
Constructors
EmfPlusRectF()
public EmfPlusRectF()
Properties
Rect
Gets or sets the rectangle.
public RectangleF Rect { get; set; }