'宣言 Overloads Public Operator Narrowing CType( _ ByVal value As TransformMatrix _ ) As System.Drawing.Drawing2D.Matrix
public System.Drawing.Drawing2D.Matrix operator explicit( TransformMatrix value )
パラメータ
- value
- A TransformMatrix value that will be convert to a System.Drawing.Drawing2D.Matrix object.
戻り値の型
A System.Drawing.Drawing2D.Matrix object indicates the converted object.