コード例 #1
0
 public static bool TryRestoreState(this SciterGraphics graphics)
 {
     return(graphics?.TryRestoreStateInternal() == true);
 }