ClipPresenterHorizontally Method
In This Topic
Clips the presenter horizontally.
Syntax
'Declaration
Protected Sub ClipPresenterHorizontally( _
ByVal As UIElement, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
)
protected void ClipPresenterHorizontally(
UIElement ,
double ,
double ,
double ,
double ,
double
)
Parameters
- presenter
- The presenter.
- presenterRenderWidth
- Render width of the presenter.
- presenterRenderHeight
- Render height of the presenter.
- topOffset
- The top offset.
- bottomOffset
- The bottom offset.
- offset
- The offset.
See Also