Interface ISvgRect
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
Rectangles are defined as consisting of a (x,y) coordinate pair identifying a minimum X value, a minimum Y value, and a width and height, which are usually constrained to be non-negative.
public interface ISvgRect : IEquatable<ISvgRect>
- Inherited Members