ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / PresentParameters Structure / ScrollOffset Field

In This Topic
    ScrollOffset Field
    In This Topic
    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