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()
Public Function GetClip As Nullable(Of Rect)
member GetClip : unit -> Nullable<Rect>
Return Value
Type:
NullableRect
The clip rect, which may be null is there is no clip rect.
See Also