9 references to IXpsOMGeometry
ReachFramework (9)
Serialization\RCW\IXpsOMGeometry.cs (1)
24IXpsOMGeometry Clone();
Serialization\RCW\IXpsOMGeometryFigure.cs (1)
30IXpsOMGeometry GetOwner();
Serialization\RCW\IXpsOMObjectFactory.cs (1)
96IXpsOMGeometry CreateGeometry();
Serialization\RCW\IXpsOMPath.cs (3)
36IXpsOMGeometry GetGeometry(); 38IXpsOMGeometry GetGeometryLocal(); 74void SetGeometryLocal([In] IXpsOMGeometry geometry);
Serialization\RCW\IXpsOMVisual.cs (3)
53IXpsOMGeometry GetClipGeometry(); 57IXpsOMGeometry GetClipGeometryLocal(); 60void SetClipGeometryLocal([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGeometry clipGeometry);