17 references to XPS_POINT
ReachFramework (17)
Serialization\RCW\IXpsOMGeometryFigure.cs (2)
44
XPS_POINT
GetStartPoint();
52
void SetStartPoint([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
startPoint);
Serialization\RCW\IXpsOMGlyphs.cs (2)
54
XPS_POINT
GetOrigin();
74
void SetOrigin([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
origin);
Serialization\RCW\IXpsOMLinearGradientBrush.cs (4)
26
XPS_POINT
GetEndPoint();
28
XPS_POINT
GetStartPoint();
30
void SetEndPoint([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
endPoint);
32
void SetStartPoint([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
startPoint);
Serialization\RCW\IXpsOMObjectFactory.cs (5)
100
IXpsOMGeometryFigure CreateGeometryFigure([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref
XPS_POINT
startPoint);
140
IXpsOMLinearGradientBrush CreateLinearGradientBrush([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGradientStop gradStop1, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGradientStop gradStop2, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref
XPS_POINT
startPoint, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref
XPS_POINT
endPoint);
144
IXpsOMRadialGradientBrush CreateRadialGradientBrush([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGradientStop gradStop1, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGradientStop gradStop2, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref
XPS_POINT
centerPoint, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref
XPS_POINT
gradientOrigin, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_SIZE")] [In] ref XPS_SIZE radiiSizes);
Serialization\RCW\IXpsOMRadialGradientBrush.cs (4)
26
XPS_POINT
GetCenter();
28
XPS_POINT
GetGradientOrigin();
32
void SetCenter([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
center);
34
void SetGradientOrigin([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
origin);