VBufferEditor Class
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.
Various methods for creating VBufferEditor<T> instances.
public static class VBufferEditor
type VBufferEditor = class
Public Class VBufferEditor
- Inheritance
-
VBufferEditor
Methods
Create<T>(VBuffer<T>, Int32, Nullable<Int32>, Nullable<Int32>, Boolean, Boolean) |
Creates a VBufferEditor<T> using
|
CreateFromBuffer<T>(VBuffer<T>) |
Creates a VBufferEditor<T> with the same shape
(length and density) as the |