- Сообщения
- 15
- Реакции
- 0
Dim x#, y#, w#, h#
sh.GetBoundingBox x, y, w, h, True
With sr(2).Transparency.ApplyPatternTransparency(cdrBitmapPattern, tmp, 0, 0, 100, True)
.MirrorFill = False
.TileOffsetType = cdrTileOffsetRow
.TileOffset = 0
.RotationAngle = 0#
.SkewAngle = 0
.TileWidth = w 'sh.SizeWidth
.TileHeight = h 'sh.SizeHeight
.OriginX = 0#
.OriginY = 0#
End With