SVGRect
Overview
The SVGRect represents a rectangle. Rectangles consistĀ of an x and y coordinate pair identifying a minimum x value, a minimum y value, and a width and height, which are constrained to be non-negative.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: DOMRectReadOnly | SVGRect
Properties
fromRect (declared in DOMRectReadOnly)
property fromRect: DOMRect read write;
DOMRect fromRect { get; set; }
var fromRect: DOMRect { get{} set{} }
DOMRect fromRect { __get; __set; }
Property fromRect() As DOMRect
height (declared in DOMRectReadOnly)
property height: Int32 read;
Int32 height { get; }
var height: Int32 { get{} }
Int32 height { __get; }
ReadOnly Property height() As Int32
width (declared in DOMRectReadOnly)
property width: Int32 read;
Int32 width { get; }
var width: Int32 { get{} }
Int32 width { __get; }
ReadOnly Property width() As Int32
width
property width: Int32 read write;
Int32 width { get; set; }
var width: Int32 { get{} set{} }
Int32 width { __get; __set; }
Property width() As Int32
x (declared in DOMRectReadOnly)
property x: Double read;
Double x { get; }
var x: Double { get{} }
Double x { __get; }
ReadOnly Property x() As Double
x
property x: Double read write;
Double x { get; set; }
var x: Double { get{} set{} }
Double x { __get; __set; }
Property x() As Double
y (declared in DOMRectReadOnly)
property y: Double read;
Double y { get; }
var y: Double { get{} }
Double y { __get; }
ReadOnly Property y() As Double
y
property y: Double read write;
Double y { get; set; }
var y: Double { get{} set{} }
Double y { __get; __set; }
Property y() As Double