Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static implicit operator RECT (
	Rectangle rect
)
Visual Basic
Public Shared Widening Operator CType ( _
	rect As Rectangle _
) As RECT
Visual C++
static implicit operator RECT (
	Rectangle rect
)

Parameters

rect
Type: System.Drawing..::..Rectangle

See Also