 | CPLYiClipArea Method |
Clip a polygon to an area
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iClipArea(
double min_x,
double min_y,
double max_x,
double max_y
)
public int iClipArea(
double min_x,
double min_y,
double max_x,
double max_y
)
Public Function iClipArea (
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
) As Integer
Public Function iClipArea (
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
) As Integer
public:
int iClipArea(
double min_x,
double min_y,
double max_x,
double max_y
)
public:
int iClipArea(
double min_x,
double min_y,
double max_x,
double max_y
)
member iClipArea :
min_x : float *
min_y : float *
max_x : float *
max_y : float -> int
member iClipArea :
min_x : float *
min_y : float *
max_x : float *
max_y : float -> int
Parameters
- min_x
- Type: SystemDouble
Min X - min_y
- Type: SystemDouble
Min Y - max_x
- Type: SystemDouble
Max X - max_y
- Type: SystemDouble
Max y
Return Value
Type:
Int32<define>PLY_CLIP</define>
See Also