17 references to XPS_POINT
ReachFramework (17)
Serialization\RCW\IXpsOMGeometryFigure.cs (2)
43
XPS_POINT
GetStartPoint();
51
void SetStartPoint([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
startPoint);
Serialization\RCW\IXpsOMGlyphs.cs (2)
53
XPS_POINT
GetOrigin();
73
void SetOrigin([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
origin);
Serialization\RCW\IXpsOMLinearGradientBrush.cs (4)
25
XPS_POINT
GetEndPoint();
27
XPS_POINT
GetStartPoint();
29
void SetEndPoint([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
endPoint);
31
void SetStartPoint([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
startPoint);
Serialization\RCW\IXpsOMObjectFactory.cs (5)
99
IXpsOMGeometryFigure CreateGeometryFigure([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref
XPS_POINT
startPoint);
139
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);
143
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)
25
XPS_POINT
GetCenter();
27
XPS_POINT
GetGradientOrigin();
31
void SetCenter([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
center);
33
void SetGradientOrigin([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] ref
XPS_POINT
origin);