IOleControlSite.TransformCoords(POINTL[], POINTF[], UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void TransformCoords(cli::array <Microsoft::VisualStudio::OLE::Interop::POINTL> ^ pPtlHimetric, cli::array <Microsoft::VisualStudio::OLE::Interop::POINTF> ^ pPtfContainer, System::UInt32 dwFlags);
public:
void TransformCoords(Platform::Array <Microsoft::VisualStudio::OLE::Interop::POINTL> ^ pPtlHimetric, Platform::Array <Microsoft::VisualStudio::OLE::Interop::POINTF> ^ pPtfContainer, unsigned int dwFlags);
void TransformCoords(std::Array <Microsoft::VisualStudio::OLE::Interop::POINTL> const & pPtlHimetric, std::Array <Microsoft::VisualStudio::OLE::Interop::POINTF> const & pPtfContainer, unsigned int dwFlags);
public void TransformCoords (Microsoft.VisualStudio.OLE.Interop.POINTL[] pPtlHimetric, Microsoft.VisualStudio.OLE.Interop.POINTF[] pPtfContainer, uint dwFlags);
abstract member TransformCoords : Microsoft.VisualStudio.OLE.Interop.POINTL[] * Microsoft.VisualStudio.OLE.Interop.POINTF[] * uint32 -> unit
Public Sub TransformCoords (pPtlHimetric As POINTL(), pPtfContainer As POINTF(), dwFlags As UInteger)
Parameters
- pPtlHimetric
- POINTL[]
- pPtfContainer
- POINTF[]
- dwFlags
- UInt32