GraphicsPath.IsVisible
IsVisible(float, float)
Belirtilen noktanın bunun içinde olup olmadığını gösterir.GraphicsPath
.
public bool IsVisible(float x, float y)
Parametre | Tip | Tanım |
---|---|---|
x | Single | Test edilecek noktanın x koordinatı. |
y | Single | Test edilecek noktanın y koordinatı. |
Geri dönüş değeri
Belirtilen nokta bunun içindeyse, bu yöntem true değerini döndürür.GraphicsPath
; aksi takdirde, false.
Ayrıca bakınız
- class GraphicsPath
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
IsVisible(PointF)
Belirtilen noktanın bunun içinde olup olmadığını gösterir.GraphicsPath
.
public bool IsVisible(PointF point)
Parametre | Tip | Tanım |
---|---|---|
point | PointF | APointF test edilecek noktayı temsil eder. |
Geri dönüş değeri
Belirtilen nokta bunun içindeyse, bu yöntem true değerini döndürür.GraphicsPath
; aksi takdirde, false.
Ayrıca bakınız
- struct PointF
- class GraphicsPath
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
IsVisible(int, int)
Belirtilen noktanın bunun içinde olup olmadığını gösterir.GraphicsPath
.
public bool IsVisible(int x, int y)
Parametre | Tip | Tanım |
---|---|---|
x | Int32 | Test edilecek noktanın x koordinatı. |
y | Int32 | Test edilecek noktanın y koordinatı. |
Geri dönüş değeri
Belirtilen nokta bunun içindeyse, bu yöntem true değerini döndürür.GraphicsPath
; aksi takdirde, false.
Ayrıca bakınız
- class GraphicsPath
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
IsVisible(Point)
Belirtilen noktanın bunun içinde olup olmadığını gösterir.GraphicsPath
.
public bool IsVisible(Point point)
Parametre | Tip | Tanım |
---|---|---|
point | Point | APoint test edilecek noktayı temsil eder. |
Geri dönüş değeri
Belirtilen nokta bunun içindeyse, bu yöntem true değerini döndürür.GraphicsPath
; aksi takdirde, false.
Ayrıca bakınız
- struct Point
- class GraphicsPath
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
IsVisible(float, float, Graphics)
Belirtilen noktanın bunun içinde olup olmadığını gösterir.GraphicsPath
belirtilenin görünür klip bölgesindeGraphics
.
public bool IsVisible(float x, float y, Graphics graphics)
Parametre | Tip | Tanım |
---|---|---|
x | Single | Test edilecek noktanın x koordinatı. |
y | Single | Test edilecek noktanın y koordinatı. |
graphics | Graphics | buGraphics görünürlüğü test etmek için. |
Geri dönüş değeri
Belirtilen nokta bunun içindeyse, bu yöntem true değerini döndürür.GraphicsPath
; aksi takdirde, false.
Ayrıca bakınız
- class Graphics
- class GraphicsPath
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
IsVisible(PointF, Graphics)
Belirtilen noktanın bunun içinde olup olmadığını gösterir.GraphicsPath
.
public bool IsVisible(PointF pt, Graphics graphics)
Parametre | Tip | Tanım |
---|---|---|
pt | PointF | APointF test edilecek noktayı temsil eder. |
graphics | Graphics | buGraphics görünürlüğü test etmek için. |
Geri dönüş değeri
Belirtilen nokta bunun içindeyse, bu yöntem true değerini döndürür; aksi takdirde, false.
Ayrıca bakınız
- struct PointF
- class Graphics
- class GraphicsPath
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
IsVisible(int, int, Graphics)
Belirtilen noktanın bunun içinde olup olmadığını gösterir.GraphicsPath
, belirtilen kullanarakGraphics
.
public bool IsVisible(int x, int y, Graphics graphics)
Parametre | Tip | Tanım |
---|---|---|
x | Int32 | Test edilecek noktanın x koordinatı. |
y | Int32 | Test edilecek noktanın y koordinatı. |
graphics | Graphics | buGraphics görünürlüğü test etmek için. |
Geri dönüş değeri
Belirtilen nokta bunun içindeyse, bu yöntem true değerini döndürür.GraphicsPath
; aksi takdirde, false.
Ayrıca bakınız
- class Graphics
- class GraphicsPath
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
IsVisible(Point, Graphics)
Belirtilen noktanın bunun içinde olup olmadığını gösterir.GraphicsPath
.
public bool IsVisible(Point pt, Graphics graphics)
Parametre | Tip | Tanım |
---|---|---|
pt | Point | APoint test edilecek noktayı temsil eder. |
graphics | Graphics | buGraphics görünürlüğü test etmek için. |
Geri dönüş değeri
Belirtilen nokta bunun içindeyse, bu yöntem true değerini döndürür.GraphicsPath
; aksi takdirde, false.
Ayrıca bakınız
- struct Point
- class Graphics
- class GraphicsPath
- ad alanı Aspose.PSD
- toplantı Aspose.PSD