Click or drag to resize

BezierArithmeticSplitMetafileCommand Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommand(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static void SplitMetafileCommand(
	double t,
	BaseMetafileCommand command,
	out BaseMetafileCommand left,
	out BaseMetafileCommand right
)

Parameters

t  Double

[Missing <param name="t"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommand(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]

command  BaseMetafileCommand

[Missing <param name="command"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommand(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]

left  BaseMetafileCommand

[Missing <param name="left"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommand(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]

right  BaseMetafileCommand

[Missing <param name="right"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommand(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]

See Also