乗算

Namespace: FVIL.Data
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public static CFviPoint operator *(
	CFviPoint ope1,
	Point ope2
)
Visual Basic
Public Shared Operator * ( 
	ope1 As CFviPoint,
	ope2 As Point
) As CFviPoint

Parameters

ope1
Type: FVIL.Data..::..CFviPoint
左辺値
ope2
Type: System.Drawing..::..Point
右辺値

Return Value

Type: CFviPoint
左辺値と右辺値の乗算結果を返します。

See Also