示例#1
0
 private D2D1_FACTORY_OPTIONS(D2D1_DEBUG_LEVEL debugLevel)
 {
     this.debugLevel = debugLevel;
 }
 public D2D1_CREATION_PROPERTIES(D2D1_THREADING_MODE threadingMode, D2D1_DEBUG_LEVEL debugLevel, D2D1_DEVICE_CONTEXT_OPTIONS options)
 {
     this = CreationProperties(threadingMode, debugLevel, options);
 }
示例#3
0
 public static D2D1_FACTORY_OPTIONS Create(D2D1_DEBUG_LEVEL debugLevel)
 {
     return(new D2D1_FACTORY_OPTIONS(debugLevel));
 }