Click or drag to resize

TakeImageAutomationConvertWorldPosToPixelPos Method

[Missing <summary> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.TakeImageAutomation.ConvertWorldPosToPixelPos(GlmSharp.dvec2,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]


Namespace: RAYLASE.Marker.ClickAndTeachPlugin.JobElements
Assembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntax
C#
public dvec2 ConvertWorldPosToPixelPos(
	dvec2 pointWorld,
	double xMinWorld,
	double xMaxWorld,
	double yMinWorld,
	double yMaxWorld,
	double widthPxl,
	double heightPxl
)

Parameters

pointWorld  dvec2

[Missing <param name="pointWorld"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.TakeImageAutomation.ConvertWorldPosToPixelPos(GlmSharp.dvec2,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

xMinWorld  Double

[Missing <param name="xMinWorld"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.TakeImageAutomation.ConvertWorldPosToPixelPos(GlmSharp.dvec2,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

xMaxWorld  Double

[Missing <param name="xMaxWorld"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.TakeImageAutomation.ConvertWorldPosToPixelPos(GlmSharp.dvec2,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

yMinWorld  Double

[Missing <param name="yMinWorld"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.TakeImageAutomation.ConvertWorldPosToPixelPos(GlmSharp.dvec2,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

yMaxWorld  Double

[Missing <param name="yMaxWorld"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.TakeImageAutomation.ConvertWorldPosToPixelPos(GlmSharp.dvec2,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

widthPxl  Double

[Missing <param name="widthPxl"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.TakeImageAutomation.ConvertWorldPosToPixelPos(GlmSharp.dvec2,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

heightPxl  Double

[Missing <param name="heightPxl"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.TakeImageAutomation.ConvertWorldPosToPixelPos(GlmSharp.dvec2,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

Return Value

dvec2

[Missing <returns> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.TakeImageAutomation.ConvertWorldPosToPixelPos(GlmSharp.dvec2,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

See Also