Crop the picture of slide
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Crop(
float x,
float y,
float width,
float height
)
Public Sub Crop (
x As Single,
y As Single,
width As Single,
height As Single
)
public:
void Crop(
float x,
float y,
float width,
float height
)
member Crop :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> unit
Parameters
-
x
-
Type:
System
Single
x coordinate
-
y
-
Type:
System
Single
y coordinate
-
width
-
Type:
System
Single
cropped width
-
height
-
Type:
System
Single
cropped height
See Also