AddFakeEllipse Method (Star)
In This Topic
Creates and adds ellipse geometry that is used for hit testing.
Syntax
'Declaration
Protected Sub AddFakeEllipse( _
ByVal As PathGeometry, _
ByVal As Point, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim instance As Star
Dim pg As PathGeometry
Dim center As Point
Dim rx As Double
Dim ry As Double
Dim w2 As Double
instance.AddFakeEllipse(pg, center, rx, ry, w2)
protected void AddFakeEllipse(
PathGeometry ,
Point ,
double ,
double ,
double
)
Parameters
- pg
- center
- rx
- ry
- w2
See Also