Fill and frame bundle

These constructors have default pen width and pen balance values. The colors are applied to the fill and frame, and one constructor lets you pass two transfer modes. One transfer mode s applied to the fill color and the other is applied to the frame color.

      TFillAndFrameBundle(const TColor& fillColor, 
                          TColor& frameColor, 
                          GCoordinate penWidth = 1, 
                          TPen::EPenBalance balance = TPen::kCenterFrame );
      TFillAndFrameBundle(const TColor& fillColor, 
                          const TTransferMode& fillTransferMode, 
                          TColor& frameColor, 
                          const TTransferMode& frameTransferMode, 
                          GCoordinate penWidth = 1, 
                          TPen::EPenBalance balance = TPen::kCenterFrame );

[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker