FontStyleCharData.IsPointInsideChar Method

Public Shared Function IsPointInsideChar( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal points As Point2D() _ 
) As Boolean
This language is not supported or no code example is available.
public static bool IsPointInsideChar( 
double x
double y
Point2D[] points 
)
This language is not supported or no code example is available.

Parameters

x
double

y
double

points
Point2D[]

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition