|
Assign(TPersistent)
|
Represents method Assign(TPersistent).
|
|
BeginUpdate
|
BeginUpdate suspends change events. Call EndUpdate to resume change events. The number of BeginUpdate and EndUpdate method calls may be nested. Only when the number of calls match do change events resume.
|
|
Change
|
Represents method Change.
|
|
Changed(TObject)
|
Represents method Changed(TObject).
|
|
Clear
|
Empties the view box, i.e., X, Y, Width, and Height all equal 0
|
|
EndUpdate
|
BeginUpdate suspends change events. Call EndUpdate to resume change events. The number of BeginUpdate and EndUpdate method calls may be nested. Only when the number of calls match do change events resume.
|
|
GetUnitFactors
|
Returns the unit factors array for converting raw values into pixels. This method calls the FMX.RS.SVGTypes.TSVGViewBox.OnUnitFactors event if assigned or returns the FMX.RS.SVGTypes.SVGUnitFactors constant if it is not.
|
|
ToString(String,Single,Single)
|
Overloaded. Returns a string representation of the view box. If the value lengths are percentage, the method uses the Min and Max values to convert the Raw value into its final value
|