'Declaration Public Function createGroup( _ ByVal className As String, _ ByVal clipping As IRegion, _ ByVal transform As IMatrix, _ ByVal viewport As IRectangle, _ ByVal width As Double, _ ByVal height As Double, _ ByVal offsetX As Double, _ ByVal offsetY As Double, _ Optional ByVal callbackDrawContent As CallbackGroupContentDraw _ ) As IReferenceGroupRenderEngineElement
public IReferenceGroupRenderEngineElement createGroup( string className, IRegion clipping, IMatrix transform, IRectangle viewport, double width, double height, double offsetX, double offsetY, CallbackGroupContentDraw callbackDrawContent )
Parameters
- className
- clipping
- transform
- viewport
- width
- height
- offsetX
- offsetY
- callbackDrawContent