Click or drag to resize

PointBatchPrimitive.SetPartial Method

Overload List
  NameDescription
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<Int32>)
Updates a subset of positions in a point batch.
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<Color>, IEnumerable<Int32>)
Updates a subset of positions and/or colors in a point batch.
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<Int32>, IndicesOrderHint)
Updates a subset of positions in a point batch.
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<Color>, IEnumerable<Int32>, IndicesOrderHint, RenderPassHint)
Updates a subset of positions and/or colors in a point batch.
Top
See Also