TSVGGraphicElement.PathAtPos(TSVGMatrix,TSVGCanvas,TSVGPoint,TSVGRect,TSVGShapePath,TSVGFindOptions) Method |
Scroll Prev Top Next More |
Returns Self if the specified path contains the specified point. The method assumes the size and location of the current element is the rectangle specified by aRect. Use the PathAtPos method to determine if the current SVG element described by the path shape is at the specified location.
If the path does not contain the point, the function returns nil.
Namespace: FMX.RS.SVG
Delphi |
protected |
Parameters
aMatrix
Type: System.Void
Specifies the transformation to apply to the element
Canvas
Type: System.Void
Pt
Type: System.Void
Point to match with an element
aRect
Type: System.Void
Size and location of current SVG element
aShape
Type: System.Void
Options
Type: TSVGFindOptions
Defines the options for searching
Path
Path to place the markers
Type: TSVGGraphicElement