Class GetSceneItemProperties.Crop
- java.lang.Object
-
- nl.harm27.obs.websocket.api.requests.sceneitems.GetSceneItemProperties.Crop
-
- Enclosing class:
- GetSceneItemProperties
public class GetSceneItemProperties.Crop extends Object
-
-
Constructor Summary
Constructors Constructor Description Crop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBottom()
The number of pixels cropped off the bottom of the source before scaling.int
getLeft()
The number of pixels cropped off the left of the source before scaling.int
getRight()
The number of pixels cropped off the right of the source before scaling.int
getTop()
The number of pixels cropped off the top of the source before scaling.
-
-
-
Method Detail
-
getTop
public int getTop()
The number of pixels cropped off the top of the source before scaling.
-
getRight
public int getRight()
The number of pixels cropped off the right of the source before scaling.
-
getBottom
public int getBottom()
The number of pixels cropped off the bottom of the source before scaling.
-
getLeft
public int getLeft()
The number of pixels cropped off the left of the source before scaling.
-
-