Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public GIRasterImage Crop(
uint x,
uint y,
uint width,
uint height
)
Public Function Crop (
x As UInteger,
y As UInteger,
width As UInteger,
height As UInteger
) As GIRasterImage
public:
GIRasterImage^ Crop(
unsigned int x,
unsigned int y,
unsigned int width,
unsigned int height
)
member Crop :
x : uint32 *
y : uint32 *
width : uint32 *
height : uint32 -> GIRasterImage
Parameters
- x UInt32
-
- y UInt32
-
- width UInt32
-
- height UInt32
-
Return Value
GIRasterImage
See Also