ComponentOne Bitmap for WPF
ScrollOffset Field

C1.WPF.DX.4 Assembly > C1.Util.DX.DXGI Namespace > PresentParameters Structure : ScrollOffset Field
A reference to the offset of the scrolled area that goes from the source rectangle (of previous frame) to the destination rectangle (of current frame). You can set this member to null to indicate no offset.
Syntax
'Declaration
 
Public ScrollOffset As System.Nullable(Of Point2L)
public System.Nullable<Point2L> ScrollOffset
See Also

Reference

PresentParameters Structure
PresentParameters Members