Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 379 Bytes

Clip.md

File metadata and controls

22 lines (17 loc) · 379 Bytes

Class Clip

Inherit

  • Object

Methods

__init__(self) -> None

Begin(self) -> None
MoveTo(self,float,float) -> None
LineTo(self,float,float) -> None
End(self) -> None
SetToRect(self, GSRoot.Rect) -> None
IsRect(self) -> bool
IsEmpty(self) -> bool
IsNull(self) -> bool
GetBoundRect(self) -> GSRoot.Rect
GetClipPolyData(self, List[GSRoot.Point],List[int]) -> None