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

Syntax

C#
public static RECT FromRectangle(
	Rectangle rectangle
)
Visual Basic
Public Shared Function FromRectangle ( _
	rectangle As Rectangle _
) As RECT
Visual C++
public:
static RECT FromRectangle(
	Rectangle rectangle
)

Parameters

rectangle
Type: System.Drawing..::..Rectangle

See Also