RenderTreeBuilder.OpenRegion(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends a frame representing a region of frames.
public:
void OpenRegion(int sequence);
public void OpenRegion (int sequence);
member this.OpenRegion : int -> unit
Public Sub OpenRegion (sequence As Integer)
Parameters
- sequence
- Int32
An integer that represents the position of the instruction in the source code.