LineFrameGetClip Method

Gets the current clip rectangle for the LineFrame.

 

Namespace:  WebSupergoo.WordGlue4.Layout
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public Nullable<Rect> GetClip()

Return Value

Type: NullableRect
The clip rect, which may be null is there is no clip rect.
See Also