9 references to IXpsOMGeometry
ReachFramework (9)
Serialization\RCW\IXpsOMGeometry.cs (1)
23IXpsOMGeometry Clone();
Serialization\RCW\IXpsOMGeometryFigure.cs (1)
29IXpsOMGeometry GetOwner();
Serialization\RCW\IXpsOMObjectFactory.cs (1)
95IXpsOMGeometry CreateGeometry();
Serialization\RCW\IXpsOMPath.cs (3)
35IXpsOMGeometry GetGeometry(); 37IXpsOMGeometry GetGeometryLocal(); 73void SetGeometryLocal([In] IXpsOMGeometry geometry);
Serialization\RCW\IXpsOMVisual.cs (3)
52IXpsOMGeometry GetClipGeometry(); 56IXpsOMGeometry GetClipGeometryLocal(); 59void SetClipGeometryLocal([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGeometry clipGeometry);