TSVGMarker.EndMarkerAtPos(TSVGPoint,TSVGPoint,TSVGMatrix,TSVGCanvas,TSVGPoint,TSVGRect,TSVGFindOptions) Method |
Scroll Prev Top Next More |
Returns the SVG element of the marker located at the specified position in the SVG. The method modifies the user coordinates to the marker coordinates, assuming a marker at the end of the path. Use the EndMarkerAtPos method to determine which SVG element is at the specified location in the current element.
If no SVG element is found at the specified location, the function returns nil.
Namespace: FMX.RS.SVG
Delphi |
public |
Parameters
PrevPoint
Type: System.Void
aPoint
Type: System.Void
aMatrix
Type: System.Void
Canvas
Type: System.Void
PosPt
Type: System.Void
aRect
Type: System.Void
Options
Type: TSVGFindOptions
Type: TSVGGraphicElement
Reference |