DioDocs for PDF
PushGroup メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > GcSvgGraphics クラス : PushGroup メソッド
The list of attributes to be associated with the group.
Starts a group ('g') element with custom attributes in the SVG document. Call the PopGroup method to end the group.
シンタックス
'宣言
 
Public Sub PushGroup( _
   ByVal customAttributes As System.Collections.Generic.List(Of SvgCustomAttribute) _
) 
public void PushGroup( 
   System.Collections.Generic.List<SvgCustomAttribute> customAttributes
)

パラメータ

customAttributes
The list of attributes to be associated with the group.
参照

GcSvgGraphics クラス
GcSvgGraphics メンバ