Click or drag to resize

SlidePicture Crop Method

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
)

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