GeometryClipper.ClipMesh Method
Thread safety: This method is thread-safe.
ClipMesh(MeshGeometry mesh, Rectangle rectangle, MeshClipOperation operation)
Clips a MeshGeometry against a rectangle.Syntax
public static MeshGeometry ClipMesh (
    MeshGeometry mesh,
    Rectangle rectangle,
    MeshClipOperation operation
)Parameters
mesh
Type: MeshGeometry
A mesh to clip.
A mesh to clip.
rectangle
Type: Rectangle
A clip rectangle.
A clip rectangle.
operation
 Type: MeshClipOperation
The clip operation to perform.
The clip operation to perform.
Return Value
Type: MeshGeometry
The part of the mesh that remains after clipping, or a null reference if the mesh and the rectangle does not overlap at all.
   The part of the mesh that remains after clipping, or a null reference if the mesh and the rectangle does not overlap at all.
Platforms
Windows, Linux, Android