Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
System
Drawing
Drawing2D
ExtendedGeneralPath
contains
System.Drawing.Drawing2D.ExtendedGeneralPath.contains C# (CSharp) Method
ExtendedGeneralPath Class Documentation
Mostrar archivo
Open project: runefs/Marvin
contains()
public
method
public
contains
(
java.awt.geom.Point2D
p
) :
bool
p
java.awt.geom.Point2D
return
bool
public bool contains(Point2D p) { return contains (p.getX (), p.getY ()); }
Same methods
ExtendedGeneralPath::
contains
(
java.awt.geom.Rectangle2D
r
) :
bool
ExtendedGeneralPath::
contains
(
double
x
,
double
y
) :
bool
ExtendedGeneralPath::
contains
(
double
x
,
double
y
,
double
w
,
double
h
) :
bool
ExtendedGeneralPath
Clear
ClearCache
ClearMarkers
Clone
ExtendedGeneralPath
GetGeneralPath
GetLastPoint
GetPathData
Print
Reset
Reverse
SetMarkers
StartFigure
append
closePath
contains
createTransformedShape
curveTo
getBounds
getBounds2D
getCurrentPoint
getPathIterator
getWindingRule
intersects
lineTo
moveTo
needRoom
quadTo
reset
setWindingRule
transform