DrawingService
Canonical path: NemAll_Python_BaseElements.DrawingService
LockGraphicsEngineUpdate
staticmethod
LockGraphicsEngineUpdate(doc: DocumentAdapter, lockUpdate: bool)
Lock the update of the graphics engine
Parameters:
-
doc
(DocumentAdapter
) –Document
-
lockUpdate
(bool
) –Set to True to lock the update of the graphics engine. Set to False to unlock and update it.
ResetAndDrawHiddenElement
staticmethod
ResetAndDrawHiddenElement(
doc: DocumentAdapter, hiddenElement: BaseElementAdapter
)
Reset and draw the hidden elements Args: doc Document hiddenElement Hidden element
SaveWindowToImageFile
staticmethod
Save the window to an image file
e:for success
UpdateGraphicsEngine
staticmethod
UpdateGraphicsEngine(doc: DocumentAdapter)
Update the graphics engine Args: doc Document
Placeholder