[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DXGI.PresentParameters

Struct PresentParameters

Namespace
GrapeCity.Documents.DX.DXGI
Assembly
GcDocs.DX.Windows.dll

DXGI_PRESENT_PARAMETERS

public struct PresentParameters
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Fields

DirtyRectangles

A list of updated rectangles that you update in the back buffer for the presented frame. An application must update every single pixel in each rectangle that it reports to the runtime; the application cannot assume that the pixels are saved from the previous frame. For more information about updating dirty rectangles, see Remarks. You can set this member to null if DirtyRectsCount is 0. An application must not update any pixel outside of the dirty rectangles.

public RectL[] DirtyRectangles

Field Value

RectL[]

ScrollOffset

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.

public Point2L? ScrollOffset

Field Value

Point2L?

ScrollRectangle

A reference to the scrolled rectangle.

public RectL? ScrollRectangle

Field Value

RectL?